DavidSzczesniak
1/23/2018 - 2:09 PM

AVERAGE

Function that quickly calculates the average value of a certain column.

\!h Example: returns the average number of downloads in the fake_apps database
SELECT AVG(downloads)
FROM fake_apps;