Q. Which command is used to remove a table from a database?
β
Correct Answer: (C)
DROP TABLE
Explanation: `DROP TABLE` deletes the table and all of its data permanently.