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 trial

PHP

Bummer! Did you test the `name` from the `products` table? Doesn't make sense for this task.

The results look fine, so I am not sure why it is not passing.

Mayur Pande
Mayur Pande
Courses Plus Student 11,711 Points

Could you post some code please, not sure what is wrong. Thanks

Hmmm...thought I chose to attach code for the challenge.

SELECT People.fullname, Media.title FROM People JOIN Media_People ON People.people_id = Media_People.people_id JOIN Media ON Media_People.media_id = Media.media_id WHERE People.fullname LIKE '%Tolkien';

Kevin D
Kevin D
8,646 Points

Not 100% sure, but it could be because you're not querying the correct table. Looks like your querying the 'People' table when they're asking for the 'Products' table