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 |
||
2165.2.3
by Andrew Hutchings
Add favicon to docs |
6 |
.. todo:: |
7 |
||
8 |
LOAD DATA INFILE |
|
1994.5.26
by Stewart Smith
add FIXME that LOAD DATA INFILE should come under DML. |
9 |
|
1878.5.4
by Brian Aker
Update documentation. |
10 |
.. toctree:: |
11 |
:maxdepth: 2
|
|
12 |
||
13 |
delete |
|
14 |
insert |
|
15 |
replace |
|
16 |
update |