Update (SQL)

Edit this Page

An UPDATE query is used to alter the data stored in a table rows.

Syntax: UPDATE people SET age=8 WHERE name="Zee";