A. select Sname,Sage from Student where Sage<=20 B. select Sname,Sage from Student where not Sage<20 C. select Sname,Sage from Student where not Sage>20 D. select Sname,Sage from Student where Sage<20