We use the AVG function to obtain the average value of the specified column. Its one of the most used SQL Server functions. Let’s …
Read More »Tag Archives: SQL AVG Function
Group By Clause, SUM, MAX, MIN, AVG, COUNT and COUNT_BIG Functions in SQL Server(TSQL)
When reading data from the database, we can use GROUP BY clause when we want to group data and process on the groups we …
Read More »