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

Kyle Gilmore
Kyle Gilmore
1,074 Points

what am I missing?

The error description says I did not select all columns. there are five columns and I included them all in my query. Not sure what I am missing here.

1 Answer

Steven Parker
Steven Parker
231,140 Points

:point_right: The challenge probably wants you to use the abbreviation for all columns.

Usually when a challenge asks you to select "all columns", it expects you to use an asterisk (*) as your select list instead of naming the columns explicitly. Give that a try and I'll bet you'll pass.

In future, be sure to include a link to the challenge and show the complete code you were submitting.