nerdexam
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)
  • A
    7% (2)
  • B
    4% (1)
  • C
    18% (5)
  • D
    71% (20)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice