DML-kommandon (Data Manipulation Language) måste commiteras/rullas tillbaka. Här är en lista över dessa kommandon.
DML-satser (Data Manipulation Language) används för att hantera data i schemaobjekt. Några exempel:
INSERT - insert data into a table
UPDATE - updates existing data within a table
DELETE - deletes records from a table, the space for the records remain
MERGE - UPSERT operation (insert or update)
CALL - call a PL/SQL or Java subprogram
EXPLAIN PLAN - explain access path to data
LOCK TABLE - control concurrency