Create, read, update and delete: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
m Reverting possible vandalism by 93.148.240.234 to version by TurboSuperA+. Report False Positive? Thanks, ClueBot NG. (4405898) (Bot)
 
(6 intermediate revisions by 5 users not shown)
Line 1:
{{Short description|Basic operations of a computer database}}
{{Redirect|CRUD|other uses|Crud (disambiguation){{!}}Crud}}
In [[computer programming]], '''create.Version up to date
AIn system[[computer updateprogramming]], is'''create, available. This update improves system securityread, update, and delete''' ('''CRUD''') are the four basic operations (actions) of [[persistent storage]].<ref name="james-martin">{{cite book |last=Martin |first=James |author-link=James Martin (author) |year=1983 |title=Managing the Data-base Environment |publisher=Prentice-Hall |place=Englewood Cliffs, New Jersey |isbn=0-135-50582-8 |page=381 |url=https://archive.org/details/managingdatabase00mart/page/381}}</ref> CRUD is also sometimes used to describe [[user interface]] conventions that facilitate viewing, searching, and changing information using computer-based [[form (document)|form]]s and [[report]]s.
Official version
ColorOS 15 | Android15 | CPH2127_11_F.29
A system update is available. This update improves system security, update, and delete''' ('''CRUD''') are the four basic operations (actions) of [[persistent storage]].<ref name="james-martin">{{cite book |last=Martin |first=James |author-link=James Martin (author) |year=1983 |title=Managing the Data-base Environment |publisher=Prentice-Hall |place=Englewood Cliffs, New Jersey |isbn=0-135-50582-8 |page=381 |url=https://archive.org/details/managingdatabase00mart/page/381}}</ref> CRUD is also sometimes used to describe [[user interface]] conventions that facilitate viewing, searching, and changing information using computer-based [[form (document)|form]]s and [[report]]s.
 
== History ==
The term ''C.R.U.DCRUD'' was likely first popularized in 1983<ref>{{cite book |last1=Martin |first1=James |title=Managing the data-base environment |date=1983 |publisher=Prentice-Hall |___location=Englewood Cliffs, New Jersey |isbn=0135505828 |page=381 |url=https://archive.org/details/managingdatabase00mart/page/381}}</ref> by [[James Martin (author)|James Martin]] in his book ''Managing the data-base environment''.
 
== Conceptual ==