Microsoft
DP-900 · Question #86
Which statement is an example of Data Definition Language (DDL)?
The correct answer is D. CREATE. Data Definition Language (DDL) statements defines data structures. Use these statements to create, alter, or drop data structures in a database. These statements include: UPDATE STATISTICS https://docs.microsoft.com/en-us/sql/t-sql/statements/statements
Submitted by krish.m· Mar 30, 2026Identify considerations for relational data on Azure
Question
Which statement is an example of Data Definition Language (DDL)?
Options
- ASELECT
- BJOIN
- CMERGE
- DCREATE
How the community answered
(49 responses)- A6% (3)
- B4% (2)
- C2% (1)
- D88% (43)
Explanation
Data Definition Language (DDL) statements defines data structures. Use these statements to create, alter, or drop data structures in a database. These statements include: UPDATE STATISTICS https://docs.microsoft.com/en-us/sql/t-sql/statements/statements
Topics
#DDL#CREATE statement#SQL#Data Definition Language
Community Discussion
No community discussion yet for this question.