当前位置:1Z0-007题库

问题:

[单选]

The EMPLOYEE tables has these columns:

You want to display the name and annual salary multiplied by the commission_pct for all employees. For records that have a NULL commission_pct, a zero must be displayed against the calculated column.
Which SQL statement displays the desired results?()

A . SELECT last_name, (salary * 12) * commission_pct FROM EMPLOYEES;
B . SELECT last_name, (salary * 12) * IFNULL(commission_pct, 0) FROM EMPLOYEES;
C . SELECT last_name, (salary * 12) * NVL2(commission_pct, 0) FROM EMPLOYEES;
D . SELECT last_name, (salary * 12) * NVL(commission_pct, 0) FROM EMPLOYEES

社会保险基金不得违规投资运营,不得用于平衡其他政府预算,不得用于兴建、改建办公场所和支付人员经费、运行费用、管理费用,或者违反法律、行政法规规定挪作其他用途。 什么是市场法?市场法适用的前提条件是什么? You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users. Which step must be performed before you can start using the resource plan?()  assign users to consumer groups。  set the resource plan for the instance。  configure a simple resource plan and specify plan directives。  configure a complex resource plan and specify plan directive。 ()、残疾人联合会应当在各自工作范围内,组织开展家庭美德和反家庭暴力宣传教育。 人社局。 工会。 共产主义青年团。 妇女联合会。 个体心理发展的影响因素有() 遗传素质。 社会生活环境。 教育。 实践活动。

The EMPLOYEE tables has these columns:

You want to display the name and annual salary multiplied by the commission_pct for all employees. For records that have a NULL commission_pct, a zero must be displayed against the calculated column.
Which SQL statement displays the desired results?()

参考答案:

  参考解析

本题暂无解析

在线 客服