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:
I have the same idea. B
0
0