Which keyword in the UPDATE statement is used to assign values to columns?
(a) ASSIGN
(b) SET
(c) MARK
(d) GET
(a) ASSIGN
(b) SET
(c) MARK
(d) GET
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (b) SET
To explain I would say: The ‘UPDATE’ statement in MySQL has its own syntax. The ‘SET’ keyword is followed by an assignment list which indicates the set of columns whose value needs to be updated with a specified value.