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