Which of the following is a DML Statement
-
Truncate
-
Merge
-
Revoke
-
Grant
B
Correct answer
Explanation
MERGE is a DML (Data Manipulation Language) statement that combines INSERT and UPDATE operations based on a condition. TRUNCATE is DDL (removes data, resets storage). REVOKE and GRANT are DCL (Data Control Language) for managing permissions.