当前位置:IBM(000-104)题库

问题:

[单选]

You created a view called EMP_DEPT_VU that contains three columns from the EMPLOYEES and DEPARTMENTS tables:
EMPLOYEE_ID, EMPLOYEE_NAME AND DEPARTMENT_NAME.
The DEPARTMENT_ID column of the EMPLOYEES table is the foreign key to the primary key
DEPARTMENT_ID column of the DEPARTMENTS table.
You want to modify the view by adding a fourth column, MANAGER_ID of NUMBER data type from the EMPLOYEES tables.
How can you accomplish this task? ()

A . ALTER VIEW EMP_dept_vu (ADD manger_id NUMBER);
B . MODIFY VIEW EMP_dept_vu (ADD manger_id NUMBER);
C . ALTER VIEW emp_dept_vu AS SELECT employee_id, employee_name, department_name, manager_id FROM employee e, departments d WHERE e.department _ id = d.department_id;
D . MODIFY VIEW emp_dept_vu AS SELECT employee_id, employee_name, department_name, manager_id FROM employees e, departments d WHERE e.department _ id = d.department_id;
E . CREATE OR REPLACE VIEW emp_dept_vu AS SELECT employee_id, employee_name, department_name, manager_id FROM employees e, departments d WHERE e.department _ id = d.department_id;
F . You must remove the existing view first, and then run the CREATE VIEW command with a new column list to modify a view.

Which of the following is true about job chains?()    They consist of one or more Scheduler programs.。  They are used to implement dependency scheduling.。  They are used to implement time-based scheduling.。  They are used to implement event-based scheduling.。  None of the above.。 三相功率因数表用于测量()的功率因数。 A client has a temporary deployment of a new static application that needs to run for a short period of time and is not going to change. How can this deployment be achieved with a minimum of effort and time?()   Run a system WPAR and deploy the application.。 Create a new LPAR and deploy the application.。 Create an application WPAR to deploy the application.。 Create an LPAR hosted by a VIO server and deploy the application.。 电力电缆寻找故障点时,一般先烧穿故障点,烧穿时,宜采用()。 直流。 交流。 交直流。 Note the following structures in your database server: 1.Extents 2.OS Blocks 3.Tablespace 4.Segments 5.Oracle Data Block Which option has the correct arrangement of these structures from the smallest to the largest() 2,5,1,4,3。 1,2,3,4,5。 5,2,1,3,4。 2,1,5,4,3。

You created a view called EMP_DEPT_VU that contains three columns from the EMPLOYEES and DEPARTMENTS tables:
EMPLOYEE_ID, EMPLOYEE_NAME AND DEPARTMENT_NAME.
The DEPARTMENT_ID column of the EMPLOYEES table is the foreign key to the primary key
DEPARTMENT_ID column of the DEPARTMENTS table.
You want to modify the view by adding a fourth column, MANAGER_ID of NUMBER data type from the EMPLOYEES tables.
How can you accomplish this task? ()

参考答案:

  参考解析

本题暂无解析

在线 客服