exam questions

Exam 1z0-071 All Questions

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

Exam 1z0-071 topic 1 question 149 discussion

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

Examine the description of EMPLOYEES table:



Which three queries return all rows for which SALARY + COMMISSION is greater than 20000? (Choose three.)

  • A. SELECT * FROM employees WHERE NVL2(salary + commission, salary + commission, salary) >= 20000;
  • B. SELECT * FROM employees WHERE salary + NVL2(commission, commission, 0) >= 20000
  • C. SELECT * FROM employees WHERE NVL(salary + commission, 0) >= 20000;
  • D. SELECT * FROM employees WHERE salary + NULLIF(commission, 0) >= 20000;
  • E. SELECT * FROM employees WHERE COALESCE(salary, commission) >= 20000;
  • F. SELECT * FROM employees WHERE salary + NVL(commission, 0) >= 20000;
Show Suggested Answer Hide Answer
Suggested Answer: ABF 🗳️

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
lucemqy
1 month, 3 weeks ago
Selected Answer: ABF
ABF is the correct answer
upvoted 2 times
...
kesammy9
10 months, 3 weeks ago
Selected Answer: ABF
ABF is the correct answer
upvoted 3 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