Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 1z0-071 topic 1 question 84 discussion

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

Which two will execute successfully? (Choose two.)

  • A. SELECT COALESCE(0, SYSDATE) FROM DUAL;
  • B. SELECT NVL('DATE', SYSDATZ) FROM DUAL;
  • C. SELECT COALESCE('DATE', SYSDATE) FROM DUAL;
  • D. SELECT NVL('DATE', 200) FROM (SELECT NULL AS "DATE" FROM DUAL);
  • E. SELECT COALESCE('DATE', SYSDATE) FRCM (SELECT NULL AS "DATE" FROM DUAL);
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ArslanAltaf
1 week, 6 days ago
BD is correct provided there is a type on Question B, sysdate
upvoted 1 times
...
Omar116
6 months, 3 weeks ago
Selected Answer: BD
checked
upvoted 1 times
...
Sangiii
8 months, 1 week ago
B and D is correct answers.
upvoted 2 times
...
zouve
10 months, 1 week ago
Selected Answer: BD
checked for E -> ORA-00932: inconsistent datatypes: expected CHAR got DATE
upvoted 1 times
...
Nelita
11 months ago
Selected Answer: BD
BD are correct
upvoted 2 times
...
kuff
12 months ago
Selected Answer: BD
BD is the answer
upvoted 2 times
...
kaplanek
1 year ago
Selected Answer: BD
verified, only BD is correct, E will throw an error ORA-00932
upvoted 1 times
...
jfc1
1 year, 3 months ago
E is wrong ORA-00932: inconsistent datatypes: expected CHAR got DATE BD is the correct one
upvoted 1 times
...
cadcadley
1 year, 3 months ago
BD IS 100% IF YOU GO TO CHEK
upvoted 1 times
...
Viviana3184
1 year, 4 months ago
B D if B is SELECT NVL('DATE', SYSDAte) FROM DUAL;
upvoted 1 times
...
Babi265
1 year, 4 months ago
Checked should be B D. E is wrong "inconsistent data type"
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 ...