When modifying data in datasets, what does "CRUD" stand for?

  • Change, Retrieve, Update, Drop
  • Compile, Read, Upload, Delete
  • Copy, Remove, Update, Delete
  • Create, Read, Update, Delete
CRUD stands for Create, Read, Update, Delete. It represents the four basic functions of persistent storage, commonly used in database management systems. Create involves adding new records, Read involves retrieving existing records, Update involves modifying existing records, and Delete involves removing records from the dataset.
Add your answer
Loading...

Leave a comment

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