CBSE Class 12 Computer Science
Question 47 of 91
Grouping Records, Joins in SQL — Question 3
Back to all questionsTrue
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.