1838.2.1
by Brian Aker
More docs. |
1 |
Data Manipulation Language
|
1900.2.4
by Stewart Smith
fix more docs warnings: underline/overline too short |
2 |
==========================
|
1838.2.1
by Brian Aker
More docs. |
3 |
|
1945.3.5
by Marisa Plumb
more sql doc modifications |
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 |
||
1878.5.4
by Brian Aker
Update documentation. |
6 |
.. toctree:: |
7 |
:maxdepth: 2
|
|
8 |
||
9 |
delete |
|
10 |
insert |
|
11 |
replace |
|
12 |
update |
|
1994.4.119
by Marisa Plumb
doc fixes and additions |
13 |
load_data_infile |