SQL –DROP
SQL DROP CLAUSE is used to drop the existing table from the database.
SYNTAX

Where,
-
DROP : keyword used to DROP the entire table from database
-
Table_name : The name of the table you want to drop.
PRACTICE YOURSELF

Want More SQL Deep Dives