Microsoft Azure Data Fundamentals — Question 60
Which statement is an example of Data Manipulation Language (DML)?
Answer options
- A. REVOKE
- B. DISABLE
- C. CREATE
- D. UPDATE
Correct answer: D
Explanation
The correct answer is D, UPDATE, as it is used to modify existing records within a database, which is a core function of DML. Options A (REVOKE), B (DISABLE), and C (CREATE) pertain to other types of SQL commands; REVOKE and DISABLE are related to permissions and constraints, while CREATE is part of Data Definition Language (DDL).