Polecenia DML (Data Manipulation Language) muszą zostać zatwierdzone/wycofane. Oto lista tych poleceń.
Instrukcje Data Manipulation Language (DML) służą do zarządzania danymi w obiektach schematu. Kilka przykładów:
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