Multiple choice

Which of the following is a DDL command?

  1. INSERT

  2. CREATE

  3. UPDATE

  4. 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).