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 SQL Basics Getting Data from a Database Categorizing Your Output with 'AS'

Bummer: Did you select from the `users` table?

The challenge says we are back in the phone database but it is asking me if I selected from the users table. Why is it tell me to use the user table instead of the phone_book table?

1 Answer

you have to SELECT the first and last names AS the alias given. Make sure to do it FROM phone_book;

If you're sure you selected from the right table, try looking for any typos.