Crud Glossary

Browse 2 crud terms defined in plain English, from the cultural dictionary of computing.

2 Crud Terms

Create
To make a new resource, object, record, file, or instance exist in a system. In APIs and databases, create usually refers to the operation that inserts new...
Update
The 'U' in CRUD — a write operation that modifies one or more fields of an existing record or resource in place, as opposed to creating a new record or...

Related Topics