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?
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:

Verified
Correct Answer:
Verified
Q14: Consider the following four database design activities:
Q15: In a relational database, which term describes
Q16: What is the most important service provided
Q17: Which pair of relational algebraic operations requires
Q18: A large enterprise uses a two-tier database
Q20: Consider the symbols shown in the exhibit.
Q21: Consider the Registration relation shown in the
Q22: A theta-join can be viewed as:<br>A) The
Q23: Which of the following definitions applies to
Q24: Consider the entity-relationship (ER) diagram shown in