1.

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 mentionedI 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

Answer»

The correct ANSWER is (a) Group DATA by COLUMN values

The EXPLANATION is: NONE.



Discussion

No Comment Found

Related InterviewSolutions