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

Development Tools

SQL Code Challenge

I need help with the following please!

Sample

I am not sure what's being asked because the question is not very clear.

1 Answer

Michelle Cannito
Michelle Cannito
8,992 Points

When you add a column to a table, the default is that it will be added to the last position-- that is, it will be the last column. The Challenge is to add the column, but override the default and make it the first column. You do this by using the keyword FIRST.