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 trialDaniel Schwemmlein
4,960 Pointsgrouping joining and cleaning up challenge 3rd task
Hey there.
In the above mentioned challenge I'm supposed to do the following:
Like before, select the average "score" as "average", setting to 0 if null, by grouping the "movie_id" from the "reviews" table. Also, do an outer join on the "movies" table with its "id" column and display the movie "title" before the "average". Finally, include averages under 2.
I think I got most of it right but I'm not 100 percent on the outer join. already tried left and right, nothing worked. Maybe someone here can help me Thanks in advance
1 Answer
Joe Hartman
20,881 PointsCan you post the code you've gotten to pass? Also, did you take a look back through the video? Usually the code challenges are very similar to the example the instructor goes through in the video.
Iain Simmons
Treehouse Moderator 32,305 PointsIain Simmons
Treehouse Moderator 32,305 PointsHi Daniel Schwemmlein, can you copy and paste here the query you tried so we can help debug it?