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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2019年8月版本OCP 071认证考试最新版本的考试原题-第5题相关的知识,希望对你有一定的参考价值。

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题的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

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

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

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