Computer Science

The SQL keyword GROUP BY instructs the DBMS to group together those rows that have the same value in a column.

SQL Joins & Grouping

1 Like

Answer

True

Reason — The SQL keyword GROUP BY clause instructs the DBMS to combine all those rows that have identical values in a particular column or a group of columns.

Answered By

3 Likes


Related Questions