A、SELECt Sname,MIN(Sage) FROM Student
B、SELECt Sname,Sage FROM Student WHERe Sage = MIN(Sage)
C、SELECt TOP 1 Sname,Sage FROM Student
D、SELECt TOP 1 Sname,Sage FROM Student ORDER BY Sage
正确答案:D
答案解析:略

A、SELECt Sname,MIN(Sage) FROM Student
B、SELECt Sname,Sage FROM Student WHERe Sage = MIN(Sage)
C、SELECt TOP 1 Sname,Sage FROM Student
D、SELECt TOP 1 Sname,Sage FROM Student ORDER BY Sage
正确答案:D
答案解析:略