nerdexam
Zend

ZF-100-500 · Question #66

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 B. 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>
  • BDROP TABLE <table_name>
  • CDELETE TABLE <table_name> FROM DATABASE
  • DDROP TABLE <table_name> FROM DATABASE

How the community answered

(61 responses)
  • A
    10% (6)
  • B
    84% (51)
  • C
    5% (3)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice