A T- SQL has Group By statements where the column used in the GROUP BY clause need not be a part of the SELECT list. PL/SQL does not allow this type of GROUPBY queries. What should be used in PL/SQL in such scenarios?
Reveal answer
Fill a bubble to check yourself