users = User.query.all() (Notes: User is the name of your table object that you have created, and it is followed by a a method to call all of the content which you store in the users variable)