1.

TRUNCATE statement in SQL is a –(a) DML statement(b) DDL statement(c) DCL statement(d) TCL statementI had been asked this question in examination.The query is from DML Command topic in division SQL Basics of Oracle

Answer»

Right option is (B) DDL statement

Easiest EXPLANATION: The SQL TRUNCATE TABLE command is used to DELETE COMPLETE data from an existing table.so its a DDL statement.



Discussion

No Comment Found

Related InterviewSolutions