Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Quiz
6. Exercise 2
Congratulations

Instruction

Great! Let's go to the next exercise and test your skills in sorting records.

Exercise

Select the name, rating, and cook_time for each recipe. Sort records in descending order by rating, with the names of equally-rated recipes sorted in alphabetical (ascending) order.

Stuck? Here's a hint!

Sort data using ORDER BY.

Look at Basics of PostgreSQL Part 4: Aggregation and grouping to review information about sorting records.