A clause that groups data by specified fields.
A clause that groups rows sharing the same value in a specified column, used with aggregate functions to compute summary values. In standard SQL, the columns allowed in the SELECT clause are restricted to those named in GROUP BY or the results of an aggregate function.
© 2026 ITBGM