Home » MYSQL » Update Query » Question
  1. Which keyword in the UPDATE statement is used to assign values to columns?
    1. MARK
    2. GET
    3. ASSIGN
    4. SET
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.