单项选择题

A.SELECT AVG(Age) FROM Student
B.SELECT MAX(Age) FROM Student
C.SELECT MIN(Age) FROM Student
D.SELECT COUNT(*) FROM Student