Multiple choice

Which of the following SQL queries is not a DML statement?

  1. Delete

  2. Select

  3. Create

  4. Insert

  5. Update

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

Create is a DDL statement as this statement defines the structure of a database.