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?
Answer: A. DROP TABLE
- A.
DROP TABLE
- B.
REMOVE TABLE
- C.
ERASE TABLE
- D.
DELETE TABLE
Attempted by 735 students.
Show answer & explanation
Correct answer: A
Loading lesson…