Computer Science for IGCSE & O level - Databases (Section 6 - No. 3)
Which SQL command is used to remove a table from a database?
DELETE TABLE
DROP TABLE
REMOVE TABLE
ERASE TABLE
Explanation
DROP TABLE permanently removes the table from the database.
Comments (0)
