Multiple choice technology programming languages

Which of the following commands denote DML commands

  1. INSERT

  2. CREATE

  3. ALTER

  4. Both A. and B.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

INSERT is a Data Manipulation Language (DML) command used to add records to a table. CREATE and ALTER are Data Definition Language (DDL) commands used to define or modify database schemas. Thus, only INSERT is a DML command.