Use the AVG() Function to get the average of a of a specific numeric column. Below is an example of it being used.
SQL AVG Example:
SELECT AVG(ColumnName)
FROM TableName;
If you like this post and want to see more, follow me on my website www.chadcompton.com