1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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. FIXME: LOAD DATA INFILE .. toctree:: :maxdepth: 2 delete insert replace update |