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

Databases

I'm not even sure what's going on here. The results are exactly what the question is asking me for but it's still wrong.

Please let me know what's going on here. There are no errors that appear and when I have gone through the database and manually counted the numbers by myself, they are exactly the same as the query I have run but yet I still keep getting the question wrong.

1 Answer

Steven Parker
Steven Parker
231,127 Points

You forgot to show your code and provide a link to the course page.

But if the results appear to be what is expected, it could be that the number of names of the columns is the issue. Check to see if you are returning individual columns but the instructions ask for concatenated data, or vice-versa. Also see if the instructions might have asked for a column alias but you forgot to use one or named it differently.

It this doesn't help you to resolve the issue, please post your actual query code with a link to the page.