DML-opdrachten (Data Manipulation Language) moeten worden vastgelegd/teruggedraaid. Hier is een lijst van die commando's.
Data Manipulation Language (DML)-instructies worden gebruikt voor het beheren van gegevens binnen schema-objecten. Enkele voorbeelden:
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