Instruction
Let's get started!
Exercise
Select all data from the Games table and order the results by the cost of the production from the cheapest to the most expensive. If the cost of production is the same, order by ratings from best to worst.
Stuck? Here's a hint!
To order our result we can use the ORDER BY clause.



