找考题网-背景图
单项选择题

以下()语句从表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

热门试题