Edit this Page
An UPDATE query is used to alter the data stored in a table rows.
UPDATE
Syntax: UPDATE people SET age=8 WHERE name="Zee";
UPDATE people SET age=8 WHERE name="Zee";