码迷,mamicode.com
首页 > 其他好文 > 详细

【2019年8月版本】OCP 071认证考试最新版本的考试原题-第5题

时间:2019-10-16 11:08:56      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:解析   新版   str   output   最新   新版本   bst   测试   contain   

choose the best answer

The CUSTOMERS table has a CUST_LAST_NAME column of data type VARCHAR2.

The table has two rows whose COST_LAST_MANE values are Anderson and Ausson.

Which query produces output for CUST_LAST_SAME containing Order for the first row and Aus for the second?

A) SELECT REPLACE (REPLACE(cust_last_name,‘son‘,‘‘),‘An‘,‘O‘) FROM customers;

B) SELECT REPLACE (TRIM(TRALING ‘son‘ FROM cust_last_name), ‘An‘,‘O‘) FROM customers;

C) SELECT INITCAP (REPLACE(TRIM(‘son‘ FROM cust_last_name),‘An‘,‘O‘)) FROM customers;

D) SELECT REPLACE (SUBSTR(cust_last_name,-3), ‘An‘, ‘O‘) FROM customers;

Answer:A

(解析:经过测试,A 答案能够打印正确的结果。)

【2019年8月版本】OCP 071认证考试最新版本的考试原题-第5题

标签:解析   新版   str   output   最新   新版本   bst   测试   contain   

原文地址:https://blog.51cto.com/13854012/2442769

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!