Update

Update TABLE_NAME Set Column1=Value1, Column2=Value2 .. where conditions

e.g -

UPDATE Customers
SET ContactName = 'Alfred Schmidt', City= 'Frankfurt'
WHERE CustomerID = 1;