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

General Discussion

Lesson bug: Deepdive Database Foundations

http://teamtreehouse.com/library/database-foundations/introduction-to-data-databases-and-sql-2/creating-tables

i made an error on my first attempt at this question, but my 2nd try was correct (see attached ss_1.png) and still i received "wrong answer" feedback. when i resubmitted the same answer, i received "wrong answer" feedback again w/ this error: SQL Error: table movies already exists (because my previous answer attempt was correct, see attached ss_2.png)

i resubmitted it again to take screenshots, same result. i am now stuck in limbo in this lesson, please help.

https://drive.google.com/file/d/0B25bhvVKgoEsb0VUaS02OW51Skw5d3g5MUJqdGFyUE83SDFJ/edit?usp=sharing https://drive.google.com/file/d/0B25bhvVKgoEsQmVUYTMtdjZHQWFpVjZvTTJDNlN3U3g2ZUxN/edit?usp=sharing

1 Answer

Andrew Chalkley
STAFF
Andrew Chalkley
Treehouse Guest Teacher

Hey there,

I was able to make it pass with

CREATE TABLE movies (title VARCHAR(255), year INTEGER)

So like your query without the leading and trailing spaces, but it's highlighted a bug in some of the steps. For now if you use that query above that will help you progress. Sorry for any inconvenience. We're looking in to the issues now.

Regards
Andrew