SQL

UPDATE Statement

English

Overview

A SQL statement for updating existing data.

Details

SQL syntax that changes the values of existing rows. Omitting the WHERE clause updates every row, so care is needed.

More Database terms