When is
GROUP BY
useful?
When using aggregate functions, like
AVG()
or
SUM()
When having a table with only numeric properties
When using aggregate functions, like
AVG()
or
SUM()
.