That's it! We can use an update statement with SET and WHERE clauses to set a different value for age in the record where the name equals 'Win'.
SET
WHERE
age
name
'Win'
Might we have to set a value?