Back to Developer Roadmap

AVG

src/data/roadmaps/sql/content/[email protected]

4.0413 B
Original Source

AVG

The AVG() function in SQL is an aggregate function that calculates the average value of a numeric column. It returns the sum of all the values in the column, divided by the count of those values.

Visit the following resources to learn more: