Which SQL statement is used to modify existing data in a table?
Q1. Which SQL statement is used to modify existing data in a table?
Answer: UPDATE
Explanation: The UPDATE statement is used to modify existing data in a table, allowing you to change the values of one or more columns.