Multiple choice technology programming languages Which of the following commands denote DML commands INSERT CREATE ALTER 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.