Certified Data Analyst Associate Exam QuestionsBrowse all questions from this exam

Certified Data Analyst Associate Exam - Question 20


A data analyst runs the following command:

SELECT age, country -

FROM my_table -

WHERE age >= 75 AND country = 'canada';

Which of the following tables represents the output of the above command?

Show Answer
Correct Answer: E

The SQL command is selecting rows from 'my_table' where the age is greater than or equal to 75 and the country is 'canada'. Therefore, the output should include rows with 'age' values of 75 or more and 'country' value as 'canada'. The correct table should reflect this condition.

Discussion

3 comments
Sign in to comment
MrWood47Option: E
Jan 27, 2024

Provided answer is correct

RasipalayamRDKOption: E
Mar 4, 2024

Answer is E

Ayush24Option: E
Apr 11, 2024

Correct answer is E