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 trialDavid Axelrod
36,073 PointsCreating a database code challenge, task#1
Hello! Ive rewatched the creating databases video but can't seem to pass the code challenge that follows it. I believe I'm using the right keywords and have tried multiple variations that have failed
CREATE DATABASE `movie_db`;
Uploaded a screenshot to imgur ---> imgur.com/qAWtSaE
1 Answer
Jason Anello
Courses Plus Student 94,610 PointsHi David,
Task 1 should pass with either CREATE DATABASE
or CREATE SCHEMA
followed by the database name but you don't want to put the name in quotes.
David Axelrod
36,073 PointsDavid Axelrod
36,073 PointsThanks! I received some help yesterday that helped me pass the challenge. Is there any way to mark a question answered?
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsYou're welcome.
Yes, you can select "best answer" which it looks like you've already figured out. :)