| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
DML Statements [Oracle] | ||
|
DML stands for data manipulation language. So, DML statements are SQL Statements that change (that is: manipulate) data. There are
only three types of DML statements: insert, update and delete.
See also DDL statements.
|