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

Databases....

Can I help me? What's the solutions for pass this step?

Challenge Task 4 of 5

We're using a different database now. Did you know mobile phones have databases? Find all the contacts in this smartphone database. All the contacts are in a table called phone_book. Type in your command below.

2 Answers

Alexander Nikiforov
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 Points

Just like you passed all tasks before you have to SELECT everything from phone_book table.

Using the same command as in first 3 tasks

Does it make sense?

BTW, post a link to challenge next, or hit 'Get Help' button when make code challenge question...

I've solved, thanks!