Well done!

You have completed SQLAlchemy Fundamentals!

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:

Skip Quiz Review Video