module 7 part #4 Flashcards
1
Q
The SQL data manipulation command HAVING:
a. restricts the selection of rows based on a conditional expression.
b. restricts the selection of grouped rows based on a condition.
c. modifies an attribute’s values in one or more table’s rows.
d. groups the selected rows based on one or more attributes.
A
b. restricts the selection of grouped rows based on a condition.
2
Q
The _____ command restricts the selection of grouped rows based on a condition.
a. DISPLAY
b. HAVING
c. FROM
d. CONVERT
A
b. HAVING
3
Q
- The special operator used to check whether an attribute value is within a range of values is _____.
a. BETWEEN
b. NULL
c. LIKE
d. IN
A
a. BETWEEN
4
Q
A