DML (Data Manipulation Language). These SQL statements are used to retrieve and manipulate data. This category encompasses the most fundamental commands including DELETE, INSERT, SELECT, and UPDATE. DML SQL statements have only minor differences between SQL variations.
Conceptually a relational database provides these functions for accessing data:
The results of a query are often individual values, sequences of values, or some times a recordset (aka CURSOR (CURrent Set Of Records)) which may be a sub set from one or more tables.
Most data manipulation operations are performed by these four fundamental DML SQL commands:
There are three SQL clauses that deserve their own page:
There are other SQL DML statements:
Page Modified: (Hand noted: 2007-10-12 19:35:13Z) (Auto noted: 2007-11-17 06:45:14Z)