TECHNICAL
CRUD (Create, Read, Update, Delete)
CRUD represents the four basic operations that can be performed on data in a database or application: Create (add new records), Read (retrieve records), Update (modify records), and Delete (remove records).