Which of the following SQL statements can be used to delete a table from a database?
A. DELETE TABLE table_name;
B. DROP FROM database TABLE table_name;
C. ALTER DATABASE database DROP TABLE table_name;
D. DROP TABLE table_name;
Answer: D
Computer Science & Information Technology