Microsoft Azure Data Fundamentals — Question 213

Which statement is an example of Data Manipulation Language (DML)?

Answer options

Correct answer: C

Explanation

The correct answer is C, INSERT, as it is used to add new records to a database, which is a primary function of DML. The other options, REVOKE, DISABLE, and GRANT, are related to permissions and control within the database, falling under Data Control Language (DCL) rather than DML.