DML statement list

<< Click to Display Table of Contents >>

Navigation:  Local SQL > Data Manipulation Language > Statements >

DML statement list

Previous pageReturn to chapter overviewNext page

 

Local SQL supports the following data manipulation language (DML) statements:

DML Statements                Description

 

SELECT        Retrieves existing data from a table.
DELETE        Deletes existing data from a table.
INSERT        Adds new data to a table.
UPDATE        Modifies existing data in a table.