UPDATE Statement

UPDATE changes the values in existing rows of a table. You set the new column values and use a WHERE clause to choose which rows are affected.