The GROUP BY clause: MySQL vs. standard SQL
a) They function exactly the same in MySQL and standard SQL.
b) MySQL does not support the GROUP BY clause.
c) There are some differences between how MySQL and standard SQL handle the GROUP BY clause.
d) Standard SQL does not support the GROUP BY clause.