QuestionQ103

Database Fundamentals

TRUNCATE is an example of which of the following statement types?

  • A DDL statement
  • B DCL statement
  • C MCL statement
  • D DML statement
Explanation

TRUNCATE is generally categorized as a DDL statement. It removes all rows from a table as a table-level operation rather than performing row-by-row data manipulation.

Community Discussion

No comments yet. Be the first to start the discussion!