Home »
MCQs »
SQL MCQs »
SQL Basics (Set 2) MCQs
What does the DELETE Statement do?
7. What does the DELETE Statement do?
- A new table in SQL is created using this SQL statement.
- By deleting the stored data, this SQL statement deletes the database.
- Columns in the SQL database can be created, deleted, or modified with this SQL statement.
- 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.