exam questions

Exam 1z0-082 All Questions

View all questions & answers for the 1z0-082 exam

Exam 1z0-082 topic 1 question 66 discussion

Actual exam question from Oracle's 1z0-082
Question #: 66
Topic #: 1
[All 1z0-082 Questions]

Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_ID and SALARY.
Only the EMPLOYEE_ID column is indexed.
Rows exist for employees 100 and 200.
Examine this statement:

Which two statements are true? (Choose two.)

  • A. Employee 100 will have SALARY set to the same value as the SALARY of employee 200
  • B. Employee 200 will have JOB_ID set to the same value as the JOB_ID of employee 100
  • C. Employee 200 will have SALARY set to the same value as the SALARY of employee 100
  • D. Employee 100 will have JOB_ID set to the same value as the JOB_ID of employee 200
  • E. Employees 100 and 200 will have the same JOB_ID as before the update command
  • F. Employees 100 and 200 will have the same SALARY as before the update command
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
danito
Highly Voted 4 years, 7 months ago
A D the correct options
upvoted 28 times
Ekos
4 years, 1 month ago
i agree
upvoted 1 times
...
...
you1234
Highly Voted 4 years, 6 months ago
A & D is correct
upvoted 13 times
...
EddieY
Most Recent 4 months, 1 week ago
Selected Answer: AD
AD for sure, how AB is the provided answer
upvoted 1 times
...
Oracle2020
9 months, 3 weeks ago
AD The correct options Example : CREATE TABLE EMPLOYES (EMP_ID NUMBER NOT NULL, EMP_NAME VARCHAR2(40), DEPT_ID NUMBER(2), SALARY NUMBER(8,2), JOIN_DATE DATE); insert into employes VALUES (1,'RICARDO',01,1200,'01/03/2024'); insert into employes values (2,'FERNANDO',02,1500,'01/02/2024'); update employes set (dept_id,salary)= (select dept_id,salary from employes where emp_id=2) where emp_id=1; This has updated the value of the salary and dept_id (equivalent to job_id) of employee 1 (equivalent to 100) by the value of employee 2 (equivalent to 200)
upvoted 2 times
...
guimaleo
10 months, 3 weeks ago
Selected Answer: AD
Tested in my own database
upvoted 1 times
...
auwia
1 year, 6 months ago
Selected Answer: AD
Provided answer are wrong. The base! :-) Part IV
upvoted 1 times
...
fthusa
1 year, 7 months ago
AD are correct
upvoted 1 times
...
algerianphoenix
2 years, 8 months ago
AD, Employee 100 will have Employee 200 data ...
upvoted 1 times
...
ryuah
3 years ago
A,D is correct
upvoted 1 times
...
Guhborges
3 years, 1 month ago
Selected Answer: AD
A D the correct!
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago