CRUD
Here are the most common meanings for CRUD across different fields.
Technology
Create Read Update Delete
The four basic operations for persistent data in many applications. CRUD is often used to describe standard app functionality.
Example: This admin panel supports full CRUD for products.