Lesson 30 of 3294%

(Progress persistence is disabled until Phase 9)

SQL
Beginner

DROP TABLE

Delete a table entirely.

DROP TABLE

Delete a table entirely.

Example

-- Delete the categories table (may fail due to FKs if enforced)
DROP TABLE categories;

Test it Yourself

Lesson Progress

Take QuizBuild a SQL Project