DML

From Oracle FAQ
Jump to: navigation, search

DML (Data Manipulation Language) commands can be used to manipulate data within existing database tables.

Example DML statements are the UPDATE, INSERT, DELETE and MERGE statements.

You must specify COMMIT or ROLLBACK to complete or undo a DML transaction. This is one of the ACID requirements for database systems.

Also see[edit]

Glossary of Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #