A data analyst runs the following command: ```sql SELECT age, country - FROM my_table - WHERE age >= 75 AND country = 'canada'; ``` Which of the following tables represents the output of the above command? | Databricks Certified Data Analyst - Associate Quiz - LeetQuiz