Computer Science for IGCSE & O level - Databases (Section 4 - No. 47)
Which SQL command is used to remove a table from a database?
DELETE TABLE
DROP TABLE
REMOVE TABLE
DESTROY TABLE
Explanation
The `DROP TABLE` command removes a table and all its data from the database.
Comments (0)
