单项选择题

以下()不属于聚合函数

A.MAX
B.COUNT
C.NOT
D.MIN

<上一题 目录 下一题>
热门 试题

单项选择题
以下()语句从表student中提取前5条记录。

A.select * from student where rowcount=5
B.select TOP of 5*from student
C.select TOP5 * from student
D.select * from student where rowcount<=5

单项选择题
现有书目表book,包含字段:price(float);现在查询一条书价最高的书目的详细信息,以下语句正确的是()。

A.select top1*from book order by price asc
B.select top1*from book order by price desc
C.select top1*from book where price
D.select top1*from book where price=max(price)

相关试题
  • Mysql引擎中InnoDB和MyISAM最大的区别是哪...
  • 以下选项中的语句错误的是()
  • 显示数据库的版本的命令是哪一个?()
  • 安装Mysql服务的命令是哪一个?()
  • 登录到Mysql服务的命令是哪一个?()