CRUD is short for the basic operations that can be done on relational databases in general: Create, Read, Update and Delete. We have dealt with CRUD applications a lot during this time period at RBK. Mostly while working with html forms and mapping their requests to a server that is connected to a database that does these operations.

Comments
Post a Comment