CRUD operations Flashcards

1
Q

What are CRUD operations?

A

CRUD stands for Create, Read, Update, Delete. These are the CRUD operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe each CRUD-operation in as much detail as you can.

A

Create - Save or create a new resource
Read - Display one or more resources
Update - Edit or update a resource
Delete - Remove a resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly