Re: What is CRUD?



CRUD applications are application that can Create Read Update and
Delete data objects. An example of a CRUD application is a e-commerce
shopping basket. With a basket, the user can add products (create
objects of type Product), remove products (delete Product objects),
change the quantity of a product in the shopping basket (update Product
objects) and then finally show all products in the basket (Read Product
objects).

Hope that helps

Kostas

Kamal wrote:
What is CRUD?

Read at http://lkamal.blogspot.com/

.