Well done!

You have completed SQLAlchemy Fundamentals!

Quiz Question 1 of 5

new_user = User(name='Grace', fullname='Grace Hoper', nickname='Coding Pioneer')
session.add(new_user)
new_user.fullname = 'Grace Hopper'

In the code above, will session have ‘Grace Hoper’ or the fixed ‘Grace Hopper’ stored for the new_user entry?

Choose the correct answer below:

Skip Quiz Review Video