Category Name Description Example
UPDATE <tablename> set <column-set> [, <column-set>] [<where>] UPDATE table SET foo = 'bar' WHERE id = 1
UPDATE <tablename> set <columns> = <select> [<where>]