Search
Let's say we want to delete the table teachers given below.
teachers
SQL has a DROP TABLE statement to delete/drop tables from a database.
DROP TABLE