A.max() B.min() C.sum() D.avg()
A.select * from student order by name desc B.select * from student order by name asc C.select * from student group by name desc D.select * from student group by name
A.add B.change C.modify D.drop