Multiple choice Which of the following are typical commands of DML? CREATE ALTER DROP 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.