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 to test your skills in sorting records.

Exercise

Find all recipes, but select only name, rating, and cook_time for recipe. Sort records in order of descending rating, with names of equally rated recipes in alphabetical (ascending) order.

Stuck? Here's a hint!

Sort data using ORDER BY predicate. Look at SQL Basics course. Part 4: Aggregation and grouping to review the material about sorting records.