~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Data Manipulation Language
==========================

The Data Manipulation Language (DML) is made up of SQL statements that modify stored data but not the database schema or database objects. Each SQL DML statement is a declarative command, rather than imperative.

.. todo::

   LOAD DATA INFILE

.. toctree::
   :maxdepth: 2

   delete
   insert
   replace
   update