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

PHP Using PHP with MySQL Connecting PHP to MySQL Selecting Products

morgan nokringer
morgan nokringer
3,576 Points

i don't understand how to do the exercice i don't know how to write SQL

what do i have to do and how? in the example they did not explain to me how to write the SQL Language

1 Answer

Christopher van Ruitenbeek
Christopher van Ruitenbeek
13,705 Points

I just googled on SQL query and got onto the w3schools website (http://www.w3schools.com/sql/sql_select.asp).

Then I tried this inside the challenge:

select name, price from products;

And it worked. I'd suggest you rewatch the video, and try to find out what you missed.

Good luck!