Which SQL command is used to modify existing data?
Question 1
Q1. Which SQL command is used to modify existing data?
Answer: UPDATE
Explanation: UPDATE command modifies existing data in a database table, allowing changes to specific rows or columns.