Oracle Database 12c SQL 1z0-071 Question # 20 Topic 3 Discussion

Oracle Database 12c SQL 1z0-071 Question # 20 Topic 3 Discussion

1z0-071 Exam Topic 3 Question 20 Discussion:
Question #: 20
Topic #: 3

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?


A.

WHERE MONTHS_ BETWEEN (SYSDATE, start_ date) <= 25


B.

WHERE MONTHS_ BETWEEN (start_ date, SYSDATE) <= 25


C.

WHERE TO_ NUMBER (start_ date - SYSDATE) <= 25


D.

WHERE ADD_ MONTHS (start_ date, 25) <= SYSDATE


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