Ask Question
13 September, 09:08

Which of the following is true of the "DROP TABLE" statement in SQL? Deletes the table structure only Deletes the table structure along with the table data Works whether or not referential integrity constraints would be violated It's not a SQL statement

+5
Answers (1)
  1. 13 September, 13:02
    0
    The correct option is B) Deletes the table structure along with the table data.

    Step-by-step explanation:

    Consider the provided information.

    The SQL DROP TABLE statement is used to delete a table description and all the requirements for that table of data, indexes, triggers, constraints and permissions.

    Therefore, the correct option is B) Deletes the table structure along with the table data.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following is true of the "DROP TABLE" statement in SQL? Deletes the table structure only Deletes the table structure along ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers