

InterviewSolution
Saved Bookmarks
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» <html><body><p>Right option is (<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a>) DDL statement<br/><br/>Easiest <a href="https://interviewquestions.tuteehub.com/tag/explanation-455162" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLANATION">EXPLANATION</a>: The SQL <a href="https://interviewquestions.tuteehub.com/tag/truncate-661938" style="font-weight:bold;" target="_blank" title="Click to know more about TRUNCATE">TRUNCATE</a> TABLE command is used to <a href="https://interviewquestions.tuteehub.com/tag/delete-947531" style="font-weight:bold;" target="_blank" title="Click to know more about DELETE">DELETE</a> <a href="https://interviewquestions.tuteehub.com/tag/complete-423576" style="font-weight:bold;" target="_blank" title="Click to know more about COMPLETE">COMPLETE</a> data from an existing table.so its a DDL statement.</p></body></html> | |