CRUD -
Create, Read, Update, Delete.
- In computer programming, the acronym CRUD stands for create,
read, update and delete.
- Each letter in the acronym can refer to all functions executed
in relational database applications and mapped to a standard HTTP
method, SQL statement or DDS operation. It also represent to all
Major operations in relational databases.
- Alternate words are sometimes used when defining the four basic
functions of CRUD, such as
retrieve instead of read,
modify instead of update, or
destroy instead of delete.