I’m currently working on the Subqueries mission and on the fourth step the question asks:
Write a query that returns the Major
and Major_category
columns for the rows where:
-
Major_category
is one of the 5 highest group level sums for theTotal
column
I don’t really understand what is being asked. Especially when it says "Major_category
is one of the 5 highest group level sums for the Total
column" can someone break this down for me?