Updates records in a table.
Example:
UPDATE Incident SET X = 123 WHERE ASSET = 'BD34'
This example sets a field in column `X' to the number 123, for the record where the column ASSET has the value `BD34'.