Briefing Zend Knowledge

Which of the following statements will you use to accomplish the task?

You are using a database named HumanResource. You have to delete some tables from the
database using SQL statements. Which of the following statements will you use to accomplish the
task?

A.
DELETE TABLE <table_name>

B.
DROP TABLE <table_name>

C.
DELETE TABLE <table_name> FROM DATABASE

D.
DROP TABLE <table_name> FROM DATABASE

Explanation: