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 trialvineel abhinav
3,650 Pointsinserting data into database
it is asking to add a field data into database...when adding its showing error QUESTION IS: In the "actors" table INSERT a new actor with the name "Michael J. Fox". MY ANSWER: insert into actors values("michael j.fox"); ERROR IS: Bummer! Couldn't find the actor with the name 'Michael J. Fox' in the 'actors' table
vineel abhinav
3,650 Pointshi kieran, Sorry for not attaching the code...now i modified the code....once see and help. Thanks
1 Answer
Kieran Black
9,139 PointsHi Vineel,
This challenge is case sensitive so make sure you are using the correct case:
INSERT INTO actors VALUES ("Michael J. Fox")
Hope that helps
KB
vineel abhinav
3,650 Pointsthanks for the help kieran...
Kieran Black
9,139 PointsKieran Black
9,139 PointsHi Vineel,
It's really hard to help with this one, as you haven't shown what challenge you are working on, the error you are encountering or the code you have attempted that generated the error.
If you can fill in the blanks we'd be happy to help.
Thanks
KB