当前位置:1Z0-007题库

问题:

[单选]

The EMP table contains these columns:
LAST NAME VARCHAR2(25)
SALARY NUMBER(6,2)
DEPARTMENT_ID NUMBER(6)
You need to display the employees who have not been assigned to any department. You write the SELECT statement:
SELECT LAST_NAME, SALARY, DEPARTMENT_ID FROM EMP
WHERE DEPARMENT_ID = NULL;
What is true about this SQL statement? ()

A . The SQL statement displays the desired results.
B . The column in the WHERE clause should be changed to display the desired results.
C . The operator in the WHERE clause should be changed to display the desired results.
D . The WHERE clause should be changed to use an outer join to display the desired results.

You have the following online redo log configuration:    Group       Member   1     ’/disk1/oradata/redo01a.log’   2     ’/disk2/oradata/redo02a.log’   3     ’/disk3/oradata/redo03a.log’   You decide to multiplex the online redo log groups for recovery of redo log files in case of any disaster. Which two statements will you NOT issue to multiplex the online redo log files?()  ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo01b.log’ TO GROUP 1;。  ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo01b.log’ TO GROUP 1;。  ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo02b.log’ TO GROUP 2;。  ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo02b.log’ TO GROUP 2;。  ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo3b.log’ TO GROUP 3;。  ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo3b.log’ TO GROUP3;。 南水北调工程政府管理机构由中央建设管理组织机构和()构成。 南水北调工程建设领导机构。 专家咨询委员会。 项目法人管理机构。 地方建设管理组织机构。 A customer has six Windows 2003 servers, three RedHat Linux servers, and three Netware servers.  The current environment is direct attached storage.  The customer needs a 2Gb Fibre solution that can scale up to 64 partitions over the next three years and provide connectivity to all three platforms.  The customer also needs a fibre attached backup solution.  Which of the following solutions has the best combination of price and performance?() A DS4300 Turbo with Fibre Attached Tape Library。 A DS4500 with EXP700’s and Fibre Attached Tape Library。 A DS4500 with EXP710’s and Fibre Attached Tape Library。 A DS4300 with Additional EXP710’s and a SCSI Attached Tape Library。 某施工单位承担一土石坝施工任务,该单位对坝基开挖做了施工组织设计,坝基基坑深为5.2m,采用药壶爆破法施工,土方量为9000m3,平均运距为10km,合同工期为8天。该施工单位有甲、乙、丙液压挖掘机各4台、2台、2台,A、B、C自卸汽车各12台、30台、18台,挖掘机的机械利用率为0.9,自卸汽车的机械利用率为0.95,其主要参数见表1、表2。 若挖掘机和自卸汽车只能取一种,而数量没有限制,如何组合最经济?说明理由。并计算其单方挖运直接费。 Which of the following calendaring syntax expressions would evaluate to the last day of every month?()    FREQ = MONTHLY; BYMONTHDAY = 31。  FREQ = MONTHLY; BYMONTHDAY = -1。  FREQ = DAILY; BYDAY = -1。  FREQ = MONTHLY; BYDAY = 31。  FREQ = DAILY; BYMONTHDAY = LAST_DAY。

The EMP table contains these columns:
LAST NAME VARCHAR2(25)
SALARY NUMBER(6,2)
DEPARTMENT_ID NUMBER(6)
You need to display the employees who have not been assigned to any department. You write the SELECT statement:
SELECT LAST_NAME, SALARY, DEPARTMENT_ID FROM EMP
WHERE DEPARMENT_ID = NULL;
What is true about this SQL statement? ()

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服