What is CRUD an acronym for in database operations?
2025
What is CRUD an acronym for in database operations?
- A.
Create, Read, Update, Delete
- B.
Cache, Read, Update, Delete
- C.
Copy, Replace, Update, Delete
- D.
Collect, Read, Use, Discard
Attempted by 1397 students.
Show answer & explanation
Correct answer: A
CRUD is an acronym used in database operations to represent the four basic functions: Create, Read, Update, and Delete. These operations are fundamental to managing data in a database system.