Question: Which SQL statement is used to remove a table from a database?
Options:
Correct Answer: DROP TABLE
Solution:
The correct SQL statement to remove a table from a database is \'DROP TABLE\'.