CIW 1D0-541 Exam - Topic 8 Question 129 Discussion
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:Which SQL statement applied to the Recreation relation will return this data?
B) SELECT DISTINCT Activity FROM Recreation;
A) SELECT Activity FROM Recreation;
C) SELECT Activity FROM Recreation
WHERE NOT LIKE Activity;
D) SELECT Activity FROM Recreation
WHERE DISTINCT Activity;
Currently there are no comments in this discussion, be the first to comment!