AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You are working with a population_data databricks video

Question 1 Be Honest
« Back   Next data-analyst Question »
Answer

Full Certification Question

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?