问题:
A . select top3 cDiscription fromTvtype order by iprice asc
B . select cDiscription from Tvtype where max(iprice)>3
C . select top3 cDiscription from Tvtype order by iprice desc
D . selec tcDiscription max(iprice)from Tvtype order by iprice
● 参考解析
本题暂无解析
相关内容
相关标签