Which SQL statement is used to modify existing data in a database?
Q1. Which SQL statement is used to modify existing data in a database?
Answer: UPDATE
Explanation: The UPDATE statement modifies existing data in a database, allowing for changes to be made to records.