Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

sevdiye ozlutas
1,453 PointsWhat should be the code for this one? I have entered SELECT * FROM books ORDER BY first_published DSC;
But it is still giving me a syntax error.
1 Answer

Luke Maslany
3,546 PointsI’m assuming you’re looking at Task 2? If so, you almost had it. The keyword to sort descending is DESC.
Task 1: SELECT * FROM phone_book ORDER BY last_name, first_name
Task 2: SELECT * FROM books ORDER BY first_published DESC
Task 3: SELECT * FROM books ORDER BY genre, title
Tommy Gebru
30,152 PointsTommy Gebru
30,152 PointsSure lets give all the answers