Q. Usage of aggregates in WHERE clause is not allowed.
β
Correct Answer: (A)
True
Explanation: This question is about how you can use aggregate functions in MySQL. Aggregate functions are special functions that work on a group of rows and return a single value. Some examples are SUM(), AVG(), COUNT(), MAX(), and MIN().