group function vs multi row function code example
Example: group function vs multi row function
They are Same thing
Multiple Row Functions (Group functions, Aggregate functions):
(Count, MIN , MAX, AVG, SUM)
will run for multiple rows and return a single value