Data Modifications / Manipulation Operations
About
The data modification operations are the data operations that modify the content of a data resource.
List
- 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)