The Full Form of CRUD is Create, read, update, and delete.
In computer programming, create, read (aka retrieve), update, and delete (CRUD) are the four basic functions of persistent storage. Alternate words are sometimes used when defining the four basic functions of CRUD, such as retrieve instead of read, modify instead of update, or destroy instead of delete.
CRUD
means
Create, read, update, and delete
Leave a Reply
You must be logged in to post a comment.