Q. Which keyword in the UPDATE statement is used to assign values to columns?
β
Correct Answer: (B)
SET
Explanation: This question is about the UPDATE statement in MySQL. The UPDATE statement is used to change data in existing rows of a table.