Solved

Identify the Letter of the Choice That Best Matches the Phrase

Question 92

Matching

Identify the letter of the choice that best matches the phrase or definition.

Premises:
SQL clause that restricts retrieval to groups.
SQL clause that restricts retrieval to rows.
SQL clause that sorts output.
Aggregate function to calculate a total.
SQL clause that restricts retrieval to groups.
Symbol that indicates not equal to samparison operator.
Symbol that indicates all fields are to appear in query result.
Operator used to sort resards in descending order.
Operator used to eliminate duplicate values.
SQL clause to use with subqueries.
Responses:
DESC
HAVING
IN
AS
< >
asterisk (*)
WHERE
SUM
DISTINCT
ORDER BY

Correct Answer:

SQL clause that restricts retrieval to groups.
SQL clause that restricts retrieval to rows.
SQL clause that sorts output.
Aggregate function to calculate a total.
SQL clause that restricts retrieval to groups.
Symbol that indicates not equal to samparison operator.
Symbol that indicates all fields are to appear in query result.
Operator used to sort resards in descending order.
Operator used to eliminate duplicate values.
SQL clause to use with subqueries.
Related Questions