Multiple choice Which of the following is a DDL command? INSERT CREATE UPDATE COMMIT Reveal answer Fill a bubble to check yourself B Correct answer Explanation DDL (Data Definition Language) defines database structures. CREATE builds objects like tables, views, and indexes. INSERT and UPDATE are DML (data manipulation), while COMMIT is TCL (transaction control).