- What is SQLAlchemy? 6:37
- Creating a Model 8:37
- Creating a Movie Model 3 objectives
- Create and Read with SQLAlchemy 8:57
- ORM, Models, and Creation 6 questions
- Update, Rollback, and Delete 11:32
- Movie Database Continued 4 objectives
- Querying 15:18
- Querying the Movie Database 2 objectives
- SQLAlchemy Fundamentals 5 questions
Quiz Question 1 of 5
great_minds = [User(name='Grace', fullname='Grace Hopper', nickname='Coding Pioneer'),
User(name='Dorothy', fullname='Dorothy Vaughan', nickname='Nasa Computer'),
User(name='Alan', fullname='Alan Mathison Turing', nickname='Creator of Turing Test')]
To add all of these coders to your database at once, you would call __.___
Choose the correct answer below: