QuestionQ307

Describe core data concepts

Which statement is an example of Data Manipulation Language (DML)?

  • A INSERT
  • B ALTER
  • C DROP
  • D CREATE
Explanation

INSERT is a Data Manipulation Language statement because it adds data rows to a table. ALTER, DROP, and CREATE are Data Definition Language statements.

Community Discussion

No comments yet. Be the first to start the discussion!