National_Instruments
200-500 · Question #220
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?
The correct answer is D. DROP TABLE <table_name>. See the full explanation below for the reasoning.
Question
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?
Options
- ADELETE TABLE <table_name>
- BDELETE TABLE <table_name> FROM DATABASE
- CDROP TABLE <table_name> FROM DATABASE
- DDROP TABLE <table_name>
How the community answered
(28 responses)- A7% (2)
- B4% (1)
- C18% (5)
- D71% (20)
Community Discussion
No community discussion yet for this question.