zoukankan      html  css  js  c++  java
  • OCP-1Z0-051-V9.02-16题

    16. Evaluate the following query:

    SQL> SELECT promo_name  q'{'s start date was }'  promo_begin_date                           

    AS "Promotion Launches"

    FROM promotions;

    What would be the outcome of the above query?

    A. It produces an error because flower braces have been used.

    B. It produces an error because the data   types are not matching.

    C. It executes successfully and introduces an   's at the end of each promo_name in the output.

    D. It executes successfully and displays the literal " {'s start date was } " for each row in the output.

    Answer: C

    答案解析:

    参考13题:http://blog.csdn.net/rlhua/article/details/16336797

    实验验证:


    sh@TEST1107> SELECT promo_name|| q'{'s start date was }'|| promo_begin_date  AS "Promotion Launches" FROM promotions;


    Promotion Launches

    ------------------------------------------------------------------

    NO PROMOTION #'s start date was 01-JAN-99

    newspaper promotion #16-108's start date was 23-DEC-00

    post promotion #20-232's start date was 25-SEP-98

    newspaper promotion #16-349's start date was 10-JUL-98

    internet promotion #14-471's start date was 26-FEB-00

    TV promotion #13-448's start date was 06-AUG-00


  • 相关阅读:
    JS函数防抖与函数节流
    AJAX问题 XMLHttpRequest.status = 0是什么含义
    通过JS如何获取IP地址
    关于URL编码
    报错Unexpected token u
    css文本超出2行就隐藏并且显示省略号
    At_speed_test
    Logic Bist Arch
    Logic BIST
    DMA-330(二)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316344.html
Copyright © 2011-2022 走看看