How can we make the highest-rated restaurants appear at the top of the result table?

By using ORDER BY to order the items by their rating valueBy only selecting items with a rating over 4

By using ORDER BY to order the items by their rating value.