CIW
1D0-441 · Question #47
1D0-441 Question #47: Real Exam Question with Answer & Explanation
The correct answer is B. SELECT DISTINCT Activity FROM Recreation;. See the full explanation below for the reasoning.
Question
Consider the Recreation Relation shown in the exhibit. You need to apply a SQL statement to the Recreation Relation that will return the following data: Bowling Racquetball Handball Fencing Which SQL statement applied to the Recreation Relation will return this data?
Exhibit
Options
- ASELECT Activity FROM Recreation;
- BSELECT DISTINCT Activity FROM Recreation;
- CSELECT Activity FROM Recreation
- DSELECT Activity FROM Recreation
Community Discussion
No community discussion yet for this question.
