Exam 1z0-071 Topic 15 Question 231 Discussion
Actual exam question for Oracle's 1z0-071 exam
Question #: 231
Topic #: 15
Question #: 231
Topic #: 15
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.)
SELECT TO_CHAR(SYSDATE, 'DD-MON-YYYY') - '01-JAN-2019' FROM DUAL;
Dates are stored in the default format of DD-MON-RR.
Which two queries give the required output? (Choose two.)
SELECT TO_CHAR(SYSDATE, 'DD-MON-YYYY') - '01-JAN-2019' FROM DUAL;
Suggested Answer: B,D Vote an answer
by Vito at Dec 21, 2024, 08:27 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).