首页 > 代码库 > OCP-1Z0-051-题目解析-第16题
OCP-1Z0-051-题目解析-第16题
16. Evaluate the following query:
题目解析:
A:会产生一个错误,由于使用的花括号(错误,该处的花括号是Q-quote的表达式)
B:会产生一个错误。由于数据类型不匹配(错误,无关选项)
C:会正确运行。而且在每个promo_name后面加入一个‘s(正确,这是一个Q-quote的表达式)
D: 会正确运行,而且在每行输出字符串{‘s start date was }(错误)
关于这道题的具体解答參照第13题:http://blog.csdn.net/wjx515628/article/details/35278889
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题目解析:
A:会产生一个错误,由于使用的花括号(错误,该处的花括号是Q-quote的表达式)
B:会产生一个错误。由于数据类型不匹配(错误,无关选项)
C:会正确运行。而且在每个promo_name后面加入一个‘s(正确,这是一个Q-quote的表达式)
D: 会正确运行,而且在每行输出字符串{‘s start date was }(错误)
关于这道题的具体解答參照第13题:http://blog.csdn.net/wjx515628/article/details/35278889
OCP-1Z0-051-题目解析-第16题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。