zoukankan      html  css  js  c++  java
  • 051-139

    Which three statements are true about multiple-row subqueries? (Choose three.)
    A. They can contain a subquery within a subquery.
    B. They can return multiple columns as well as rows.
    C. They cannot contain a subquery within a subquery.
    D. They can return only one column but multiple rows.
    E. They can contain group functions and GROUP BY and HAVING clauses.
    F. They can contain group functions and the GROUP BY clause, but not the HAVING clause

    关于B选项,select a.id form (select id,sale from sale) a 成立,所以B对D错。

  • 相关阅读:
    2020年-测试流程学习
    Jmeter接口测试2020(1)
    elk
    redis
    RabbitMQ
    memcache集群
    mysql安装
    mysql从的配置文件
    memcache
    keepalived
  • 原文地址:https://www.cnblogs.com/Babylon/p/7928715.html
Copyright © 2011-2022 走看看