Q. Which keyword is used to update data in MySQL?
β
Correct Answer: (C)
UPDATE
Explanation: `UPDATE` is used to modify the existing records in a table.