Multiple choice

Which of the following SQL queries is not a DDL command?

  1. Alter

  2. Revoke

  3. Grant

  4. Update

  5. Drop

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

This option is correct as DDL statements define the structure of the database but Update command changes the data in the database.