夜色av网/黄色aa级片/84pao国产成人高清在线/免费av资源

大數(shù)據(jù)就業(yè)實(shí)戰(zhàn)培訓(xùn) Oracle就業(yè)實(shí)戰(zhàn)培訓(xùn)

CUUG,以就業(yè)為導(dǎo)向,讓學(xué)員學(xué)到真正實(shí)用的技術(shù)

當(dāng)前位置: CUUG培訓(xùn)-優(yōu)技培訓(xùn) >> 071考試 >

【071考試】最新OCP認(rèn)證071考試題庫(kù)整理-第6題

【071考試】最新OCP認(rèn)證071考試題庫(kù)整理-第6題

來(lái)源:CUUG培訓(xùn)-優(yōu)技培訓(xùn)    更新時(shí)間:2019/5/20 13:15:38    閱讀次數(shù):

071考試題庫(kù)之前是比較穩(wěn)定的,但隨著Oracle的調(diào)整,071考試不斷的增加新的考題,增加了考試的難度,所以我們專門(mén)收集整理了這些考試,并對(duì)這些考題進(jìn)行解析,希望可以對(duì)考生有幫助。

每周五晚8點(diǎn),我們有免費(fèi)的OCP解析公開(kāi)課,地址:https://ke.qq.com/course/326223  OCP題庫(kù)交流群:1015267481,驗(yàn)證ocp

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

071考試-第6題、choose the best answer

In the EMPLOYEES table there are 1000 rows and employees are working in the company for more than 10 years.

Evaluate the following SQL statement:

SQL> UPDATE employees

SET salary = NVL(salary,0) + NVL(comm,0),comm = NVL(comm,0)

WHERE hire_date < SYSDATE - 600;

What would be the result?

A) It gives an error because NVL function cannot be used with UPDATE.

B) It gives an error because multiple NVL functions are used in an expression.

C) It executes successfully and updates the records of those employees who have been working in the company for more than 600 days.

D) It executes successfully but no rows updated.

Answer:C

(SQL> update emp

2 set sal=nvl(sal,0)+nvl(comm,0),comm=nvl(comm,0)

3 where hiredate < sysdate - 100;

已更新 14 行。

)

071考試
大數(shù)據(jù)課程
WDP
oracle機(jī)構(gòu)
oracle認(rèn)證
oracle課程
oracle視頻
CUUG就業(yè)實(shí)戰(zhàn)培訓(xùn)
CUUG與ORACLE公司建立最核心、最權(quán)威、最深層次的戰(zhàn)略合作伙伴關(guān)系;
CUUG是唯一一家只做DBA就業(yè)培訓(xùn)和oracle認(rèn)證的授權(quán)機(jī)構(gòu),28年培養(yǎng)數(shù)萬(wàn)名oracle技術(shù)人才;
CUUG金牌講師授課,來(lái)自一線的資深ORACLE OCM技術(shù)專家團(tuán)隊(duì);
CUUG頂尖完善的學(xué)習(xí)體系,以甲骨文原廠ORACLE數(shù)據(jù)庫(kù)核心技術(shù)為教學(xué)課程;

報(bào)名入口 點(diǎn)擊進(jìn)入

課程咨詢:400-0909-964

考試咨詢:400-0909-964

QQ:點(diǎn)擊獲取

E-mail:yuezt@cuug.com