搜题
王老师:19139051760(拨打)
题目  更新时间:2023/4/3

[多选题,10分] 现有书目表book,包含字段:price (float); 现在查询一条书价最高的书目的详细信息,以下语句正确的是
A.select top 1 * from book order by price asc
B.select top 1 * from book order by price desc
C.select top 1 * from book where price= (select max (price)from book)
D.select top 1 * from book where price= max(price)

王老师:19139051760(拨打)