~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
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.

.. toctree::
   :maxdepth: 2

   delete
   insert
   replace
   update
   load_data_infile