051-133

Which two statements are true regarding subqueries? (Choose two.)
(关于子查询哪两句话是正确的?)
A. A subquery can retrieve zero or more rows.(子查询能检索 0 行或多行)
B. Only two subqueries can be placed at one level.(只能有两个子查询被放在同一层)
C. A subquery can be used only in SQL query statements.(子查询只能在 SQL 查询语句中使用)
D. A subquery can appear on either side of a comparison operator.(子查询可以出现在比较运算符的任何一边)
E. There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement. (在 SELECT语句中的 WHERE 子句里不限制子查询的数量层级)

很容易得到A,D。这里解释一下E为什么不对,WHERE 子句中的嵌套子查询最多能嵌套 255 层 ,又一个冷知识。

posted @ 2017-11-30 13:38  巴啦啦大魔王  阅读(96)  评论(0编辑  收藏  举报