Can anyone help on this, I know few but wanted to know more technical diferences other than below:-
1) Analytical function works on each rows of table and return single data whereas Aggregate function works on each rows and returns multiple set of data.
2) Few AF are - Lead, Lag, Rank, dense_rank etc whereas listagg, sum, max
Plz correct me if I am wrong.