Exercise

Grouping together

In this final exercise, you will combine GROUP BY with aggregate functions such as MIN that you've seen earlier in this chapter.

To conclude this chapter, we'll return to the eurovision table from the first chapter.

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Use MIN and MAX to retrieve the minimum and maximum values for the place and points columns respectively.