Multiple choice Which of the following statements is correct? TRUNCATE is a DDL statement, while DELETE is a DCL statement. TRUNCATE is a DML statement, while DELETE is a DDL statement. TRUNCATE is a DML statement, while DELETE is a DCL statement. TRUNCATE is a DDL statement, while DELETE is a DML statement. TRUNCATE is a DCL statement, while DELETE is a DDL statement. Reveal answer Fill a bubble to check yourself D Correct answer Explanation TRUNCATE is a DDL (data definition language) statement, while DELETE is a DML (data manipulation language) statement.