Background documentationData Manipulation Locate this document in the navigation structure

 

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

Concepts of the Database System, Locks

SQL Statements: Overview

SQL Reference Manual