Which statement is an example of Data Definition Language (DDL)? A. SELECT B. JOIN C. UPDATE D. CREATE Suggested Answer: D Data Definition Language (DDL) statements defines data structures. Use these statements to create, alter, or drop data structures in a database. These statements include: ✑ ALTER ✑ Collations ✑ CREATE ✑ DROP ✑ DISABLE TRIGGER ✑ ENABLE TRIGGER ✑ RENAME ✑ UPDATE STATISTICS ✑ TRUNCATE TABLE ✑ INSERT Reference: https://docs.microsoft.com/en-us/sql/t-sql/statements/statements This question is in DP-900 Microsoft Azure Data Fundamentals Exam For getting Microsoft Certified: Azure Data Fundamentals Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer