Updating tuples
The update-command is used to change one or more attribute values
of existing tuples. The WHERE-clause specifies which tuples
should be updated. The SET-clause specifies the new values.
The syntax is:
UPDATE
Tablename
SET
Attributevalues
WHERE
Condition;