A.select * from student B.select name from student C.delete from student D.update name from student
A.select * from class B.drop * from class C.modify * from class D.change * from class
A.select * from student order by named esc B.select * from student order by name asc C.select * from student group by named esc D.select * from student group by name