Microsoft Azure Data Fundamentals — Question 209

GRANT, REVOKE, and DENY are examples of which type of SQL statement?

Answer options

Correct answer: B

Explanation

The correct answer is B, as GRANT, REVOKE, and DENY pertain to permissions and access control in SQL, which are all part of Data Control Language (DCL). Options A and C are incorrect because Data Definition Language (DDL) is used for defining database structures, while Data Manipulation Language (DML) is used for managing data within those structures.