write a query that displays every Friday in a year with date?
Answer Posted / anish
select distinct next_day((sysdate-level),'FRI') as fir from dual
connect by level <=(sysdate-to_date('01-Jan-2017','dd-mon-yyyy'))
order by 1 asc
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a Garbage Collection? and what is full recursive Garbage collection?
Name the various constraints used in oracle?
Explain parameter file in oracle.
How to execute a stored procedure in oracle?
What is the usage of merge statement?
What is difference between sid and service name in oracle?
What is the difference between a primary key & a unique key?
Explain the use of parfile option in exp command.
What is oracle open database communication (odbc)?
How to use subqueries with the exists operator in oracle?
What is the difference between I and G in Oracle?
How to grant create session privilege to a user in oracle?
What's dateware house and what's clustor with practicle example
how to join query for one source type is oracle another source type is sql server ?
What is oracle and what are its different editions?