SQL Server Aggregate Functions – SUM, COUNT, MAX, MIN, AVG
SQL aggregate functions AVG, COUNT, MAX, MIN, SUM are used the most. That is because we often need to add, make average or find the highest or lowest value. It is mandatory to use GROUP BY clause anytime when we use aggregate function. (except for operations over windows using OVER()) List of SQL Server Aggregate… Read More »