现有书目表 book,包含字段:price (float);现在查询一条书价最高的书目的详细信息,以下语句正确的是( )。A.select top 1 * from book order by pri
考试:国家电网招聘
科目:计算机 (电网)(在线考试)
问题:
A:select top 1 * from book order by price des
C:select top 1 * from book where price= (select max (price)from book)
D:select top 1 * from book where price= max(price)
答案:
解析:
相关标签:
现有书目表 book,包含字段:price (float);现在查询一条书价最高的书目的详细信息,以下语句正确的是( )。A.select top 1 * from book order by pri
VIP会员可以免费下载题库
推荐度:
点击下载文档文档为doc格式