Table of Contents
Data Modifications / Manipulation Operations
About
The
data modification operations
are the
data operations
that modify the
content of a data resource
.
List
Insertion / append
Update
Upsert
Delete / remove
In the data storage world, they are known under the
CRUD acronym (Create/Read/Update/Delete)
. Read is known as
print
in
tabulify
In the SQL world, the are known as the
DML operation (Data Manipulation Language)