Q. Which clause is used with an "aggregate functions"?
β
Correct Answer: (A)
GROUP BY
Explanation: This question asks about aggregate functions in MySQL. Aggregate functions are special functions that summarize data in a table, like calculating the average, sum, or count of values.