227.

Which of the following is a SQL aggregate function

The AVG() function returns the average value of a numeric column. e.g. SELECT AVG(column_name) FROM table_name