Microsoft
DP-900 · Question #112
Which statement is an example of Data Manipulation Language (DML)?
The correct answer is A. INSERT. Data Manipulation Language (DML) affect the information stored in the database. Use these statements to insert, update, and change the rows in the database. https://docs.microsoft.com/en-us/sql/t-sql/statements/statements
Submitted by sofia.br· Mar 30, 2026Describe core data concepts
Question
Which statement is an example of Data Manipulation Language (DML)?
Options
- AINSERT
- BDISABLE
- CALTER
- DDROP
How the community answered
(41 responses)- A88% (36)
- B5% (2)
- C5% (2)
- D2% (1)
Explanation
Data Manipulation Language (DML) affect the information stored in the database. Use these statements to insert, update, and change the rows in the database. https://docs.microsoft.com/en-us/sql/t-sql/statements/statements
Topics
#DML#DDL#SQL statements#INSERT
Community Discussion
No community discussion yet for this question.