Which of the following statements is/are true? (a) The where clause searches the rows after they are grouped by using 'group by' clause. (b) The 'group by' clause collects rows that meet the where clause search conditions and places those rows into a group for each unique value in the ' group by' clause. (c) Omitting the 'group by' clause creates a single group for the whole table. Table1
NAME
ABLE BAKER CHARLIE DEAN
Table2
NAME
ABLE BAKER BRAVO CHARLIE DECON
Reveal answer
Fill a bubble to check yourself