New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Oracle Database Administration I 1z0-082 Question # 24 Topic 3 Discussion

Oracle Database Administration I 1z0-082 Question # 24 Topic 3 Discussion

1z0-082 Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3

You need to calculate the number of days from 1st January 2019 until today.

Dates are stored in the default format of DD-MON-RR.

Which two queries give the required output? (Choose two.)


A.

SELECT TO_CHAR(SYSDATE,‘DD-MON-YYYY’) – ’01-JAN-2019’ FROM DUAL;


B.

SELECT ROUND(SYSDATE – ’01-JAN-2019’) FROM DUAL;


C.

SELECT ROUND(SYSDATE – TO_DATE(‘01/JANUARY/2019’)) FROM DUAL;


D.

SELECT TO_DATE(SYSDATE, ‘DD/MONTH/YYYY’) – ‘01/JANUARY/2019’ FROM DUAL;


E.

SELECT SYSDATE – TO_DATE(’01-JANUARY-2019’) FROM DUAL;


Get Premium 1z0-082 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.