The following sections provide an introduction to the Data Manipulation Language (DML) used by the database system.
Every SQL statement that manipulates data implicitly sets an
exclusive lock (see also Lock Behavior) for each inserted, updated, or deleted row.SQL statements for data manipulation
INSERT statement | UPDATE statement | DELETE statement |
NEXT STAMP statement | CALL statement |