单项选择题
以下()语句从表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);现在查询一条书价最高的书目的详细信息,以下语句正确的是()。
单项选择题 下列能用于日期/时间类型的聚合函数是()
单项选择题 使用SQL创建多表查询要求查询中所涉及的表必须有()