AVG()trả về giá trị trung bình của một cột số.
AVG()
SELECT AVG(column_name) FROM table_name WHERE condition;