Microsoft Azure Data Fundamentals — Question 150
Which statement is an example of Data Manipulation Language (DML)?
Answer options
- A. INSERT
- B. ALTER
- C. DROP
- D. CREATE
Correct answer: A
Explanation
The correct answer is A, INSERT, as it is a command used to add data to a database, which is a function of Data Manipulation Language (DML). The other options, B (ALTER), C (DROP), and D (CREATE), are part of Data Definition Language (DDL), which is used for defining and modifying database structures rather than manipulating data.