The SQL command used to permanently remove a table from the database is ________.

  • DELETE TABLE
  • DESTROY TABLE
  • DROP TABLE
  • REMOVE TABLE
The DROP TABLE command is used in SQL to permanently remove a table and all its data from the database. It's important to exercise caution when using this command as it cannot be undone.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *