The Base of Apps

Views: 29

CRUD refers to the four functions that are Create, Read, Update and Delete and it is the most basic operation of a web application.

Here, the CREATE function allows the client to create a new record into the database and the READ function allows the client to get the particular data from the database. The other function named UPDATE is used to update the data and finally, the DELETE function is used to delete the data from the database.

This operation is widely used in web applications.
If you notice, any application around you then you will be able to see that the base of these applications is operating the CRUD operation.

Leave a Reply

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