Microsoft Azure Data Fundamentals — Question 266

Which statement is an example of Data Definition Language (DDL)?

Answer options

Correct answer: D

Explanation

The correct answer is D, CREATE, as it is used to define database structures such as tables and schemas. The other options—SELECT, JOIN, and UPDATE—are part of Data Manipulation Language (DML) and are used for querying and modifying data rather than defining database structures.