Perintah DML (Data Manipulation Language) perlu dilakukan/diputar kembali. Berikut adalah daftar perintah tersebut.
Pernyataan Bahasa Manipulasi Data (DML) digunakan untuk mengelola data dalam objek skema. Beberapa contoh:
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