A data analyst is processing a complex aggregation on a table with zero null values and their query returns the following result: | group_1 | group_2 | sum | |---------|---------|------| | null | null | 100 | | null | Y | 70 | | null | Z | 30 | | A | null | 50 | | A | Y | 30 | | A | Z | 20 | | B | null | 50 | | B | Y | 40 | | B | Z | 10 | Which of the following queries did the analyst run to obtain the above result? | Databricks Certified Data Analyst - Associate Quiz - LeetQuiz