Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialWilliam Richardson
1,793 PointsHaving trouble.. I need help
I am doing:
SELECT * FROM movies where year >= 2009
Jacob Cordeiro
2,796 PointsAre you doing the new corse or the old one?
1 Answer
Steven Parker
231,261 PointsThis looks like an answer to Challenge Task 2 of 4 in the Querying Tables challenge of the Database Foundations course.
If so, it is the correct answer.
What happened when you clicked the Check Work button?
Daniel H.J. Chen
12,888 PointsDaniel H.J. Chen
12,888 PointsWhat is the database structure? Could you be more specific as to what kind of error you are getting when executing the above query?