Microsoft Azure Data Fundamentals — Question 59
Which statement is an example of Data Definition Language (DDL)?
Answer options
- A. SELECT
- B. INSERT
- C. DELETE
- D. DROP
Correct answer: D
Explanation
The correct answer is D, as DROP is a DDL command used to remove database objects. The other options, SELECT, INSERT, and DELETE, are examples of Data Manipulation Language (DML), which are used for querying and modifying data rather than defining database structures.