What if we want to change, or update, information to an already existing record?

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'.

Might we have to set a value?