Quiz Question 1 of 5
Can you chain function calls in SQLAlchemy? For instance, is this possible: session.query(Sales).filter(Sales.year==2015).filter(Sales.price > 5)
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.