DML-kommandoer (Data Manipulation Language) skal commiteres/rulles tilbage. Her er en liste over disse kommandoer.
Data Manipulation Language (DML)-sætninger bruges til at administrere data i skemaobjekter. Nogle eksempler:
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