SAND CDBMS SQL Reference Guide
DML Commands

 

Data Manipulation Language (DML) commands provide the means to enter data into a database, change that data, and retrieve it from the database.

The following SQL commands fall in the category of DML:

DELETE
INSERT
SELECT
UPDATE