Q. Which keyword is used to update data in MySQL? (A) CHANGE (B) SET (C) UPDATE (D) MODIFY ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) UPDATE Explanation: `UPDATE` is used to modify the existing records in a table.