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

We'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
Benjamin Larson
34,055 Points

Double check it looks exactly like this. I tried it a couple times and everything passed for me.

SELECT * FROM phone_book;

I really appreciate it !! I'm not sure what i was doing wrong but i thank you for your response as well as everyone else

The name phone_book and phone_books are different names. The challenge called it phone_book.

Benjamin Larson
Benjamin Larson
34,055 Points

You tacked on an "s" to phone_books.

Change it to phone_book and it should be fine :)

i tried just book too and it still didn't pass.. I'm not sure what I'm missing