What does CRUD stand for in web development?

What does CRUD stand for in web development?

a) Create, Read, Update, Delete
b) Copy, Run, Undo, Delete
c) Create, Run, Update, Deploy
d) Change, Remove, Undo, Deploy

Answer:

a) Create, Read, Update, Delete

Explanation:

CRUD stands for Create, Read, Update, and Delete. These are the basic operations performed in most web applications for data manipulation.

Reference:

Full Stack Web Development Quiz – MCQ Questions and Answers

Scroll to Top