T

Tina Singh • 10.85K Points
Tutor II

Q. What does the DELETE Statement do?

  • (A) A new table in SQL is created using this SQL statement.
  • (B) By deleting the stored data, this SQL statement deletes the database.
  • (C) Columns in the SQL database can be created, deleted, or modified with this SQL statement.
  • (D) By executing this SQL statement, you remove the table and all the information that it contains, including the structure, views, permissions, and triggers.

Explanation by: Tina Singh
By deleting the stored data, DELETE SQL statement deletes the database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.