Q. Which SQL clause is used to group rows that have the same values?
β
Correct Answer: (B)
GROUP BY
Explanation: `GROUP BY` is used with aggregate functions to group result-set rows.