Multiple choice

Which of the following are typical commands of DML?

  1. CREATE

  2. ALTER

  3. DROP

  4. UPDATE

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

UPDATE is a Data Manipulation Language (DML) command because it modifies existing data. CREATE, ALTER, and DROP are Data Definition Language (DDL) commands because they modify the database schema structure.