Multiple choice technology programming languages

Truncate is a Data Definition Language.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

TRUNCATE is a Data Definition Language (DDL) command because it modifies the database structure by resetting the table and deallocating space. Unlike DELETE (which is DML), TRUNCATE cannot be rolled back and operates on the table structure level, not individual rows.