I'm new to Oracle 11g & I have a question about a query.
I have a table dummy
which has created_date
column of type Date
.
I want a query which will return all the records where created_date
+ 7 days is less than today's date.
What type of query in Oracle 11g accomplishes this?