zoukankan      html  css  js  c++  java
  • OCP 12c最新考试原题及答案(0716)

    6、(4-21) choose the best answer:

    View the Exhibit and examine the structure of the CUSTOMERS table.

    Evaluate the following SQL statement:

    SQL> SELECT cust_city, COUNT(cust_last_name)

    FROM customers

    WHERE cust_credit_limit > 1000

    GROUP BY cust_city

    HAVING AVG(cust_credit_limit) BETWEEN 5000 AND 6000;

    Which statement is true regarding the outcome of the above query?

    A) It executes successfully.

    B) It returns an error because WHERE and HAVING clauses cannot be used in the same SELECT statement.

    C) It returns an error because WHERE and HAVING clauses cannot be used to apply conditions on

    the same column.

    D) It returns an error because the BETWEEN operator cannot be used in the HAVING clause.

    Answer:A

  • 相关阅读:
    第一次个人编程作业
    第一次结对编程作业
    第一次编程作业——地址簿
    我的第一次博客作业
    团队作业1
    作业一
    寒假作业四
    寒假作业三
    第二次寒假作业
    电梯
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10370785.html
Copyright © 2011-2022 走看看