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

You might also like to view...

What is the contention method used with 802.11?

A. Token passing B. CSMA/CD C. Polling D. CSMA/CA

Computer Science & Information Technology

What is an auto-implemented property and what does it automatically create?

What will be an ideal response?

Computer Science & Information Technology