CRUD

basic
software
Enhanced Content

Definition

Create, Read, Update, Delete - the four basic operations for managing data in databases. Like the essential actions you can perform on any information: add, view, change, and remove.

Real-World Example

Web applications typically provide CRUD functionality, allowing users to create posts, read them, update content, and delete items.

Related Terms

Cloud Provider Equivalencies

CRUD is an application/data access pattern (Create, Read, Update, Delete), not a single cloud service. All major cloud databases and APIs support CRUD operations through SQL, SDKs, REST/GraphQL endpoints, or ORM frameworks.

Explore More Cloud Computing Terms