Multiple choice

Which of the following SQL (Structured Query Language) commands is used to remove the table structure form the database?

  1. Drop

  2. Delete

  3. Truncate

  4. Both (1) and (3)

  5. None of the above

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

Yes, by using drop command we can remove an object from the database and if we want to drop a table then all the table structure will be removed form the database and we can not get back it.