Q. Which clause is used to "group rows together by common columns values"?
β
Correct Answer: (B)
GROUP BY
Explanation: This question is about how to organize data in a MySQL database. Imagine you have a table with information about different fruits, like their color, size, and type.