Which clause should you use to exclude group results?
A.
HAVING
B.
WHERE
C.
RESTRICT
D.
GROUP BY
E.
ORDER BY
Explanation:
HAVING clause is used to weed out unwanted data once the data is grouped using the GROUP
BY statement.
Which clause should you use to exclude group results?
Which clause should you use to exclude group results?
A.
HAVING
B.
WHERE
C.
RESTRICT
D.
GROUP BY
E.
ORDER BY
Explanation:
HAVING clause is used to weed out unwanted data once the data is grouped using the GROUP
BY statement.
A. Having