BLOGSPOT atas

Monday, October 10, 2011

CRUD (Create, Read, Update, Delete)

In computer programming, create, read, update and delete (CRUD) (Sometimes called SCRUD with an "S" for Search) are the four basic functions of persistent storage. Sometimes CRUD is expanded with the words retrieve instead of read, modify instead of update, or destroy instead of delete. It is also sometimes used to describe user interface conventions that faciltate viewing, searching, and changing information; often using computer-based forms and reports...

The term was likely first popularized by James Martin in his 1983 book Managing the Data-base Environment. The acronym may be extended to CRUDL to cover listing of large data sets which bring additional complexity such as pagination when data sets are too large to hold easily in memory...

Another variation of CRUD is BREAD, an acronym for "Browse, Read, Edit, Add, Delete"...

Beberapa praktisi di dunia industri banyak menggunakan CRUD dibanding akronim yang lain, bahkan para akedemisi juga menggunakan akronim CRUD....


Quoted by Muhammad Idham Azhari from wikipedia.org