当前位置:1Z0-007题库

问题:

[单选]

The EMPLOYEES table contains these columns:
LAST_NAME VARCHAR2 (25)
SALARY NUMBER (6,2)
COMMISSION_PCT NUMBER (6)
You need to write a query that will produce these results:
1. Display the salary multiplied by the commission_pct.
2. Exclude employees with a zero commission_pct.
3. Display a zero for employees with a null commission value. Evaluate the SQL statement:
SELECT LAST_NAME, SALARY*COMMISSION_PCT FROM EMPLOYEES
WHERE COMMISSION_PCT IS NOT NULL;
What does the statement provide? ()

A . All of the desired results
B . Two of the desired results
C . One of the desired results
D . An error statement

养护计划包括: 下列不属于加快实施电子征税,完善税收征管制度的提议是() 建立网络税收系统。 建立一套完善综合的电子账簿系统。 免除银行扣缴义务。 建立完善税务稽查电子系统。 在ISO9000族标准中,组织供对方的审核时()。 第一方审核。 第一、第二、第三方审核。 第三方审核。 第二方审核。 The TS7650G is a data deduplication server for open systems servers attached to storageenvironments over a(). SAS connection 。 SCSI connection 。 iSCSI connection 。 Fibre Channel (FC) connection&e。 《电力建设安全生产监督管理办法》规定,电力勘察(测)单位、设计单位、监理单位的主要负责人、项目负责人、安全生产管理人员等应当按照国家有关规定(),方可上岗。 A.考试合格 。 B.接受安全教育培训 。 C.取得执业资格证书 。 D.经有关部门注册。

The EMPLOYEES table contains these columns:
LAST_NAME VARCHAR2 (25)
SALARY NUMBER (6,2)
COMMISSION_PCT NUMBER (6)
You need to write a query that will produce these results:
1. Display the salary multiplied by the commission_pct.
2. Exclude employees with a zero commission_pct.
3. Display a zero for employees with a null commission value. Evaluate the SQL statement:
SELECT LAST_NAME, SALARY*COMMISSION_PCT FROM EMPLOYEES
WHERE COMMISSION_PCT IS NOT NULL;
What does the statement provide? ()

参考答案:

  参考解析

本题暂无解析

在线 客服