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;