What does CRUD stand for in programming

1 · Coderslang Master · Aug. 5, 2021, 5:30 a.m.
CRUD stands for Create, Read, Update, and Delete. CRUD is the basic operations of the database management system and is used when you want to create, view, edit, or remove the data inside the application’s database....