Select the country_id
, date
, home_goal
, and away_goal
columns in the main query.
- Complete the subquery: Select the matches with the highest number of total goals.
- Match the subquery to the main query using
country_id
and season
. - Fill in the correct logical operator so that total goals equals the max goals recorded in the subquery.