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 Creating and Modifying Database Tables Creating and Modifying Database Tables Creating a Table

Stuck is first Challenge Task of Creating and Modifying Databases

Not sure why?

Steven Parker
Steven Parker
229,644 Points

If you'd like some help with it, show your complete query code here.

Thank 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
Steven Parker
229,644 Points

I don't see anything wrong here, this code looks good to me. :+1:

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
Steven Parker
229,644 Points

UPDATE — it looks like the bug has been fixed, try it now.

CREATE TABLE MEMBERS ( ID INT PRIMARY KEY, FIRST_NAME, LAST_NAME, FAVORITE_ROCK );