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?
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.
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.
Johnathon
6 days agoNiesha
7 days agoAlonso
11 days agoPolly
12 days agoAlonso
13 days agoKayleigh
14 days agoAron
15 days agoKayleigh
22 days ago