Posts

Showing posts from November, 2014

CRUD - Basic functions of a computer database

In Comuter Database CRUD means Create , Read, Update and Delete are the four basic functions of persistent storage . Sometimes called SCRUD with an "S" for Search. Operation SQL Create INSERT Read (Retrieve) SELECT Update (Modify) UPDATE Delete (Destroy) DELETE