Truncate is a Data Definition Language.
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.