- A AVG
- B SUM
- C COUNT
- D MIN
Answer:
A
The AVG function in MySQL is used to calculate the average value of a numeric column. It sums up all the values in the column and divides the sum by the number of rows.