Multiple choice technology databases

Which of the following is a DML Statement

  1. Truncate

  2. Merge

  3. Revoke

  4. Grant

Reveal answer Fill a bubble to check yourself
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.