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 trialroxana gharegozlou
248 PointsError messages when doing the challenges (potential bug)
My sql queries work, but I get this error message when I try to do the challenges
SQL Error: Table 'mysql_6b23684e_bfe2_4a96_b687_08611c8dc9d9_cc_db.MOVIES' doesn't exist
1 Answer
Shani Rivers
14,920 PointsThe error message states that the table Movies does not exist, so the query or queries that you are trying to run are not going to if it involves this table. You will need to add the table.