CBSE Class 12 Computer Science Question 52 of 91

Grouping Records, Joins in SQL — Question 8

Back to all questions
8
Question

Question 8

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

Answer

True

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