Oracle Introduction to Oracle9i: SQL - 1Z0-007무료 덤프문제 풀어보기
Which four are attributes of single row functions? (Choose four.)
정답: B,D,E,F
설명: (Fast2test 회원만 볼 수 있음)
You need to perform these tasks:
1.Create and assign a MANAGER role to Blake and Clark
2.Grant CREATE TABLE and CREATE VIEW privileges to Blake and Clark
Which set of SQL statements achieves the desired results?
1.Create and assign a MANAGER role to Blake and Clark
2.Grant CREATE TABLE and CREATE VIEW privileges to Blake and Clark
Which set of SQL statements achieves the desired results?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Examine the structure of the EMPLOYEES table:

You need to create an index called NAME_IDX on the first name and last name fields of the EMPLOYEES table. Which SQL statement would you use to perform this task?

You need to create an index called NAME_IDX on the first name and last name fields of the EMPLOYEES table. Which SQL statement would you use to perform this task?
정답: E
설명: (Fast2test 회원만 볼 수 있음)
Scott issues the SQL statements:

If Sue needs to select from Scott's DEPT table, which command should she use?

If Sue needs to select from Scott's DEPT table, which command should she use?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
Examine the data of the EMPLOYEES table.
EMPLOYEES (EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID)

Which statement lists the ID, name, and salary of the employee, and the ID and name of the employee's manager, for all the employees who have a manager and earn more than 4000?
EMPLOYEES (EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID)

Which statement lists the ID, name, and salary of the employee, and the ID and name of the employee's manager, for all the employees who have a manager and earn more than 4000?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Which two statements are true regarding the ORDER BY clause? (Choose two)
정답: B,F
설명: (Fast2test 회원만 볼 수 있음)
Examine the data in the EMPLOYEES table.

On the EMPLOYEES table, EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID. The JOB_ID column is a NOT NULL column.
Evaluate this DELETE statement:
DELETE employee_id, salary, job_id FROM employees WHERE dept_id = 90;
Why does the DELETE statement fail when you execute it?

On the EMPLOYEES table, EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID. The JOB_ID column is a NOT NULL column.
Evaluate this DELETE statement:
DELETE employee_id, salary, job_id FROM employees WHERE dept_id = 90;
Why does the DELETE statement fail when you execute it?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Which two statements about views are true? (Choose two.)
정답: C,E
설명: (Fast2test 회원만 볼 수 있음)