Home »
MCQs »
SQL MCQs »
SQL Basics (Set 2) MCQs
What does the UPDATE Statement do?
6. What does the UPDATE Statement do?
- By deleting the stored data, this SQL statement deletes the database.
- A new table in SQL is created using this SQL statement.
- The stored data in the SQL database is changed or modified by this SQL statement.
- Columns in the SQL database can be created, deleted, or modified with this SQL statement.
Answer: C) The stored data in the SQL database is changed or modified by this SQL statement
Explanation:
The stored data in the SQL database is changed or modified by UPDATE SQL statement.