Start of Content Area

Data Manipulation  Locate the document in its SAP Library 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.

SQL statements for data manipulation

INSERT statement

UPDATE statement

DELETE statement

NEXT STAMP statement

CALL Statement

 

Examples

SQL Tutorial, Data Manipulation

 

See also:

Concepts of the Database System, Locks for Database Objects

 

End of Content Area