pl. answer this
Which clause excludes the group function?
a. WHERE
b. FROM
c. HAVING
d. GROUP BY
e. ORDER BY
Answers
pl. answer this
Which clause excludes the group function?
a. WHERE
b. FROM
c. HAVING
d. GROUP BY
e. ORDER BYYour question doesn't make sense.
Excludes = To do away with, ignore, make solitary.
None of the above answers prevents you from having a GROUP BY in your query as well. It's possible to have a statement that contains ALL of those elements.
You need to clarify the question and say if the question is in the context of a previous question or example piece of SQL etc.
Read other 9 answers