Which SQL command is used to completely delete a table, removing both its data…
2025
Which SQL command is used to completely delete a table, removing both its data and structure from the database?
- A.
DROP TABLE
- B.
REMOVE TABLE
- C.
ERASE TABLE
- D.
DELETE TABLE
Attempted by 129 students.
Show answer & explanation
Correct answer: A
The correct command is DROP TABLE. It permanently deletes the table definition and all data.