nerdexam
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)
  • A
    88% (36)
  • B
    5% (2)
  • C
    5% (2)
  • D
    2% (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.

Full DP-900 Practice