Question 10
We are trying to create two models ‘Student’ and ‘Assignment’ and they are related by one-to- many relationship(i.e., one student will attempt multiple assignments). Assuming that flask_sqlalchemy is to be used to create data models, which of the following will correctly achieve the requirements?