Multiple choice

What does the term DROP do?

  1. Deletes

  2. Disables

  3. Creates

  4. Changes

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

In SQL, the DROP command is used to remove an entire database object, such as a table or a database, permanently from the system.