Data Modifications / Manipulation Operations
Table of Contents
About
The data modification operations are the data operations that modify the content of a data resource.
Related How-to's
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)