Microsoft
DP-900 · Question #165
Which statement is an example of Data Definition Language (DDL)?
The correct answer is D. DROP. 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 certguy· Mar 30, 2026Identify considerations for relational data on Azure
Question
Which statement is an example of Data Definition Language (DDL)?
Options
- ASELECT
- BINSERT
- CDELETE
- DDROP
How the community answered
(48 responses)- A6% (3)
- B2% (1)
- C2% (1)
- D90% (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#DROP statement#SQL statements#data definition language
Community Discussion
No community discussion yet for this question.