Q. Which among the following belongs to an "aggregate function"?
β
Correct Answer: (A)
COUNT
Explanation: This question is about aggregate functions in MySQL. Aggregate functions are special functions that work with groups of rows in your database table. They summarize data to give you a single value for each group.