What does the DELETE Statement do?

7. What does the DELETE Statement do?

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

Answer: B) By deleting the stored data, this SQL statement deletes the database

Explanation:

By deleting the stored data, DELETE SQL statement deletes the database.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.