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

I don't understand what is wrong with my query

Select all addresses from the customer_addresses table. Should be executed like : SELECT * adresses FROM costumer_addresses right?

veronica stupia
veronica stupia
94 Points

I am having the same issue :

I am putting : SELECT * addresses FROM customer_addresses; and this still says invalid

HELP cannot get past this

4 Answers

Steven Parker
Steven Parker
231,140 Points

You have an extra word "addresses" after the asterisk, and it looks like you spelled "costumer_addresses" instead of "customer_addresses".

yes, thank you so much

Elita Judjallo
Elita Judjallo
11,963 Points

Hi! I struggled there to. but i got it!! SELECT * FROM customer_addresses

SELECT * FROM customer_addresses;

Elita Judjallo
Elita Judjallo
11,963 Points

SELECT * FROM customer_addresses;