What does the acronym CRUD stand for in the context of database operations?

  • Collect, Relate, Utilize, Distribute
  • Compute, Review, Undo, Debug
  • Control, Repeat, Update, Deploy
  • Create, Retrieve, Update, Delete
CRUD stands for Create, Retrieve, Update, and Delete. These operations represent the fundamental actions performed on data in a database. Create involves adding new records, Retrieve involves querying and fetching data, Update involves modifying existing records, and Delete involves removing records.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *