Watch this video on YouTube
You are working with a population_data table and type the following SQL query: SELECT country, continent, sum(population) FROM population_data GROUP BY ROLLUP(continent, country); Which of the below queries would return the same result?