扫码购买正式版题库

  • 海量题库
  • 全真模拟
  • 专项训练
  • 预测试题
  • 押题密卷
  • 错题强化

现有书目表 book,包含字段:price (float);现在查询一条书价最高的书目的详细信息,以下语句正确的是( )。 A.select top 1 * from book order by price as C.

多选题
现有书目表 book,包含字段:price (float);现在查询一条书价最高的书目的详细信息,以下语句正确的是( )。
A.select top 1 * from book order by price as
C.

Aselect top 1 * from book order by price des

Cselect top 1 * from book where price= (select max (price)from book)

Dselect top 1 * from book where price= max(price)

最新更新

易过题库在线搜题

热门题库