Show TOC

Background documentationData Manipulation

 

The following is an introduction to the data manipulation language (DML) used by the database system.

Every SQL statement for data manipulation implicitly sets a write lock for each inserted, updated, or deleted row.

Example

SQL Tutorial, Data Manipulation

More Information