xxxxxxxxxx
Create , Read , Update , Delete
CRUD is an acronym for the four basic types of SQL commands: Create , Read , Update , Delete . Most applications have some kind of CRUD functionality, and we can assume that every programmer had to deal with CRUD at some point. A CRUD application is one that uses forms to get data into and out of a database.
xxxxxxxxxx
//! C R U D
//* Create Read Update Delete
//! Post Get Patch Delete [HTTP]
/*
* CRUD simply do some task on existing data and these 4 operations make our
* data dynamically accessible