1.

Which clause is used with an “aggregate functions”?(a) GROUP BY(b) SELECT(c) WHERE(d) Both GROUP BY and WHEREThe question was posed to me in semester exam.My query is from The group by & having Clause topic in section Select Statement of MySQL

Answer»

The CORRECT choice is (a) GROUP BY

The BEST EXPLANATION: “GROUP BY” is used with aggregate FUNCTIONS.



Discussion

No Comment Found

Related InterviewSolutions