~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/dml.rst

  • Committer: Mark Atwood
  • Date: 2011-06-04 19:48:13 UTC
  • mfrom: (2317.1.4 drizzle-sysbench)
  • Revision ID: me@mark.atwood.name-20110604194813-fq44gkkb5ir6g99o
mergeĀ lp:~patrick-crews/drizzle/drizzle-sysbench

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Data Manipulation Language
 
2
==========================
 
3
 
 
4
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.
 
5
 
 
6
.. toctree::
 
7
   :maxdepth: 2
 
8
 
 
9
   delete
 
10
   insert
 
11
   replace
 
12
   update
 
13
   load_data_infile