Beginner SQL
Q17 / 100

Which clause groups rows that have the same values into summary rows?

Correct! Well done.

Incorrect.

The correct answer is B) GROUP BY

B

Correct Answer

GROUP BY

Explanation

GROUP BY groups rows sharing the same value(s) in specified columns, typically used together with aggregate functions.

Progress
17/100