Multiple choice technology programming languages

GRANT and REVOKE are part of

  1. DDL

  2. DML

  3. DCL

  4. None

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

GRANT and REVOKE are Data Control Language (DCL) commands used to manage database access permissions. DDL (Data Definition Language) defines structures, DML (Data Manipulation Language) manipulates data, and DCL controls access and permissions.