1.

Which clause is used to “group rows together by common columns values”?(a) SELECT(b) GROUP BY(c) FROM(d) WHEREThis question was posed to me during an internship interview.The doubt is from Query Clauses in section Query Optimization of MySQL

Answer»

The CORRECT CHOICE is (B) GROUP BY

Explanation: NONE.



Discussion

No Comment Found

Related InterviewSolutions