现有书目表book,包含字段:price(float);现在查询一条书价最高的书目的详细信息,以下语句正确的是哪两项?{数据库应用}

发布于 2022-06-09 21:10:09
【多选题】
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)

查看更多

关注者
0
被浏览
38
  • 体验AI问答!更聪明、超智能!
  • 一款基于GPT的超级AI助手,可以对话、创作、写文案!
1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

手机
浏览

扫码手机浏览

分享
好友

在线
客服