Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-082 Topic 14 Question 84 Discussion

Actual exam question for Oracle's 1Z0-082 exam
Question #: 84
Topic #: 14
[All 1Z0-082 Questions]

The stores table has a column START_DATE of data type DATE, containing the date the row was inserted. You only want to display details of rows where START_DATE is within the last 25 months. Which where clause can be used?

Show Suggested Answer Hide Answer

Contribute your Thoughts:

Johnathon
6 days ago
I like how option B uses the ADD_MONTHS function to achieve the same result. It's a different approach, but equally valid.
upvoted 0 times
...
Niesha
7 days ago
Option D is the correct answer. The MONTHS_BETWEEN function calculates the number of months between two dates, and we want the rows where this value is less than or equal to 25.
upvoted 0 times
...
Alonso
11 days ago
That makes sense, but I still think A) is correct because it compares the current date with the start date to find rows within the last 25 months.
upvoted 0 times
...
Polly
12 days ago
I disagree, I believe the answer is D) WHERE MON'THS_BETWEEN (start_date, SYSDATE) <= 25 because it calculates the months between the start date and current date.
upvoted 0 times
...
Alonso
13 days ago
I think the correct answer is A) WHERE MON'THS_BETWEEN (SYSDATE, start_date) <= 25.
upvoted 0 times
...
Kayleigh
14 days ago
Hmm, I see your point. Let's discuss it further to understand the rationale behind each option.
upvoted 0 times
...
Aron
15 days ago
I disagree, I believe the correct answer is D) WHERE MON'THS_BETWEEN (start_date, SYSDATE) <= 25
upvoted 0 times
...
Kayleigh
22 days ago
I think the answer is A) WHERE MON'THS_BETWEEN (SYSDATE, start_date) <= 25
upvoted 0 times
...

Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77