Which SQL command is used to modify existing data in a database?
Q1. Which SQL command is used to modify existing data in a database?
Answer: UPDATE
Explanation: UPDATE command is used to modify existing data in a database by specifying the columns and values to be updated.