You are using a database named HumanResource. You have to delete some tables from
thedatabase using SQL statements. Which of the following statements will you use to accomplish
the task?
A.
DELETE TABLE <table_name> FROM DATABASE
B.
DELETE TABLE <table_name>
C.
DROP TABLE <table_name>
D.
DROP TABLE <table_name> FROM DATABASE
Explanation: