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 trialBrian Harness
7,259 PointsWe're using a different database now. Did you know mobile phones have databases? -- Please help
SELECT * FROM phone_books; --- could someone please be kind enough to show me what i missed here .. Thank you!
4 Answers
Benjamin Larson
34,055 PointsDouble check it looks exactly like this. I tried it a couple times and everything passed for me.
SELECT * FROM phone_book;
Alexander Davison
65,469 PointsThe name phone_book
and phone_books
are different names. The challenge called it phone_book
.
Benjamin Larson
34,055 PointsYou tacked on an "s" to phone_books.
Change it to phone_book
and it should be fine :)
Brian Harness
7,259 Pointsi tried just book too and it still didn't pass.. I'm not sure what I'm missing
Brian Harness
7,259 PointsBrian Harness
7,259 PointsI really appreciate it !! I'm not sure what i was doing wrong but i thank you for your response as well as everyone else