Ask Question
27 October, 12:18

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

+3
Answers (1)
  1. 27 October, 12:41
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers