zoukankan      html  css  js  c++  java
  • 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 层 ,又一个冷知识。

  • 相关阅读:
    超媒体
    超文本
    视频文件格式
    web.py 模板错误记录
    pip常用记录
    微信公众号绑定服务器 Flask版
    scrapy 简单防封
    python 手写队列
    jQuery个人总结
    PHP用url传递数组
  • 原文地址:https://www.cnblogs.com/Babylon/p/7928534.html
Copyright © 2011-2022 走看看