当前位置: Oracle DBA培训网-优技培训 >> 071题库 >

【071题库】最新OCP-071考试题库解析-第29题

【071题库】最新OCP-071考试题库解析-第29题

071考试是OCP考试科目的一种,由于071考题多变,我们专门收集整理了最新的考试题库,并对这些考题进行讲解,希望可以帮助广大考生。

每周五晚8点,我们有免费的OCP解析公开课,地址:https://ke.qq.com/course/326223  OCP题库交流群:1015267481,验证ocp

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

071题库-第29题、choose the best answer:

You need to produce a report where each customer's credit limit has been incremented by $1000.

In the output, the customer's last name should have the heading Name and the incremented credit limit should be labeled New Credit Limit. The column headings should have only the first letter of each word in uppercase.

Which statement would accomplish this requirement?

A) SELECT cust_last_name AS Name, cust_credit_limit + 1000

as New Credit Limit

FROM customers;

B) SELECT cust_last_name Name, cust_credit_limit + 1000

"New Credit Limit"

FROM customers;

C) SELECT cust_last_name As "Name", cust_credit_limit + 1000

AS "New Credit Limit"

FROM customers;

D) SELECT INITCAP (cust_last_name) "Name", cust_credit_limit + 1000

INITCAP("NEW CREDIT LIMIT")

FROM customers;

Answer:C

技术沙龙MORE+

标签错误:<!-- #Label# labelId=20160707140604 moduleId=1 classId=12231768634 orderby=2 fields=url,title,u_info attribute= datatypeId=22192428132 recordCount=3 pageSize= <htmlTemplate><dt><img src="/images/index_26${index}.jpg" width="100" height="62" /><a href="$url" title="${title}">${title}</a><span>${api.left(u_info,60)}</span></dt></htmlTemplate> -->
我要参加技术沙龙