Câu lệnh: SELECT AVG(column_name)FROM table_nameWHERE condition;Ví dụ: SELECT AVG(Price)FROM ProductsWHERE CategoryID = 1;