题目内容

SELECT * FROM T1 LIMIT 10,5;上面查询执行时最多返回()行数据。

查看答案
更多问题

在SQL中下列选项能表示年龄(sage)在20~30的条件表达式是( )。

A. sage between 20 and 30
B. sage between 30 and 20
C. sage>=20 and sage<=30
D. sage>20 and sage<30

在查询的语句中使用distinct关键词可以去除查询结果中的重复值。

A. 对
B. 错

查询出表中的所有列时,可以使用select * ( )。

A. 对
B. 错

order by子句可以实现对查询结果的排序。

A. 对
B. 错

答案查题题库