What is the meaning of “GROUP BY” clause in Mysql?
(a) Group data by column values
(b) Group data by row values
(c) Group data by column and row values
(d) None of the mentioned
I have been asked this question in a job interview.
My query is from The group by & having Clause topic in section Select Statement of MySQL