CRUD

Revision as of 04:42, 21 April 2022 by Todd Price (talk | contribs) (Created page with "CRUD or Create, Read, Update, Delete are the four functions necessary to implement a persistent storage application.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CRUD or Create, Read, Update, Delete are the four functions necessary to implement a persistent storage application.