First page Back Continue Last page Graphics

DML Statements


Notes:

DML statements manipulate the data within the database. All changes are made as part of a transaction and are tentative until a COMMIT is executed.

Numerous examples of all these SQL commands can be found throughout the course.