Multiple choice

Which among the following SQL commands is used to delete a table from a database?

  1. DROP

  2. DELETE

  3. TRUNCATE

  4. REMOVE

  5. ERASE TABLE

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

This option is correct as DROP TABLE command is used to remove a table definition and all data.