A、SELECT MIN (年龄) AS 平均 FROM 学生表
B、SELECT MAX (年龄) AS 平均 FROM 学生表
C、SELECT AVG (年龄) AS 平均 FROM 学生表
D、SELECT COUNT (年龄) AS 平均 FROM 学生表
查看答案