Solved

Consider the Recreation Relation Shown in the Exhibit

Question 19

Multiple Choice

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? 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?   A)  SELECT Activity FROM Recreation; B)  SELECT DISTINCT Activity FROM Recreation; C)  SELECT Activity FROM Recreation WHERE NOT LIKE Activity; D)  WHERE DISTINCT Activity;


A) SELECT Activity FROM Recreation;
B) SELECT DISTINCT Activity FROM Recreation;
C) SELECT Activity FROM Recreation WHERE NOT LIKE Activity;
D) WHERE DISTINCT Activity;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions