AVG()
AVG() is an aggregate function that returns the average (mean) of the values in a numeric column. Like other aggregates, it skips NULL values.
AVG() is an aggregate function that returns the average (mean) of the values in a numeric column. Like other aggregates, it skips NULL values.