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 trialmjmj
18,664 PointsStuck is first Challenge Task of Creating and Modifying Databases
Not sure why?
mjmj
18,664 PointsThank you for doing this.
This is my code: CREATE TABLE MEMBERS ( ID INT PRIMARY KEY, FIRST_NAME, LAST_NAME, FAVORITE_ROCK );
2 Answers
Steven Parker
231,184 PointsI don't see anything wrong here, this code looks good to me.
Just as an experiment, I tried to complete the next challenge and ran into exactly the same error.
You might need to contact the Support folks on this one.
Steven Parker
231,184 PointsUPDATE — it looks like the bug has been fixed, try it now.
mjmj
18,664 PointsCREATE TABLE MEMBERS ( ID INT PRIMARY KEY, FIRST_NAME, LAST_NAME, FAVORITE_ROCK );
Steven Parker
231,184 PointsSteven Parker
231,184 PointsIf you'd like some help with it, show your complete query code here.