This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Create, Read, Update, Delete. The acronym CRUD refers to all of the major functions that are implemented in relational database applications. CRUD is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information; often using computer-based forms and reports.
First released | 1983 |
Developed by | James Martin |
Open-source | Yes |
The same for SQL will be - Insert, Select, Update, Delete. For HTTP - Put (or Post), Get, Patch (or Put, or Post), Delete. For DDS - Write, Read (or Take), Write, Dispone.