Microsoft Azure Data Fundamentals — Question 198
Which statement is an example of Data Definition Language (DDL)?
Answer options
- A. SELECT
- B. INSERT
- C. CREATE
- D. MERGE
Correct answer: C
Explanation
The correct answer is C, CREATE, as it is used to define and create database schemas and structures. The other options, such as SELECT and INSERT, are part of Data Manipulation Language (DML) and are used for querying and modifying data, while MERGE is also associated with data manipulation.