CRUD with ORM Preparation
Preparation
The next lesson will combine two concepts you’ve learned recently: CRUD and ORM. Remind yourself:
- What does the acronym CRUD stand for?
- What SQL keywords are used for each CRUD operation?
- What tools have we used to create and manipulate our database?
- What does the acronym ORM stand for?
- Describe the purpose of using an ORM.
- What is the name of the specific ORM we have used in this module?