Multiple choice technology databases

Which of the following is DDL Statement

  1. Truncate

  2. Merge

  3. Revoke

  4. Grant

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

TRUNCATE is a DDL (Data Definition Language) operation because it removes all rows and resets storage, performing an implicit commit that cannot be rolled back. MERGE is DML (combines INSERT/UPDATE/DELETE). REVOKE and GRANT are DCL (Data Control Language) statements for permissions.