Q. What does the UPDATE Statement do?
β
Correct 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.