Which SQL command is used to permanently remove a table and all its data?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

Which SQL command is used to permanently remove a table and all its data?

Key points

  • DROP TABLE removes both the table and its data.
  • DELETE TABLE only removes data, not the table itself.
  • REMOVE TABLE and ERASE TABLE are not valid SQL commands for this action.

Ready to go further?

Related questions