Show TOC

Data ManipulationLocate this document in the navigation structure

Use

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.

Activities
Example

SQL Tutorial, Data Manipulation

More Information