Oracle Database 12c SQL 1z0-071 Question # 21 Topic 3 Discussion

Oracle Database 12c SQL 1z0-071 Question # 21 Topic 3 Discussion

1z0-071 Exam Topic 3 Question 21 Discussion:
Question #: 21
Topic #: 3

Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_ID and SALARY.

Only the EMPLOYEES_ID column is indexed.

Rows exist for employees 100 and 200.

Examine this statement:

UPDATE employees

SET (job_id, salary) =

(SELECT job_id, salary

FROM employees

WHERE employee_id = 200)

WHERE employee id=100;

Which two statements are true?


A.

Employees 100 and 200 will have the same SALARY as before the update command.


B.

Employee 100 will have SALARY set to the same value as the SALARY of employee 200.


C.

Employee 100 will have JOB_ID set to the same value as the JOB_ID of employee 200.


D.

Employees 100 and 200 will have the same JOB ID as before the update command.


E.

Employee 200 will have SALARY set to the same value as the SALARY of employee 100.


F.

Employee 200 will have JOB_ID set to the same value as the JOB_ID of employee 100


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.