Multiple choice technology mainframe

Which of the following statement falls under Data Control Language ?

  1. CREATE

  2. INSERT

  3. DROP

  4. GRANT

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

Data Control Language (DCL) commands manage permissions and access control. GRANT gives users privileges, while REVOKE removes them. CREATE, INSERT, and DROP are Data Definition Language (DDL) commands that create/modify database structures and manipulate data - they do not control access permissions.