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 the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
What is memory advisor in Oracle?
Explain temporal data types in oracle
How to create a server parameter file?
How to save query output to a local file?
What are a query and state the different types of queries and their uses?
How to check the oracle tns settings?
How to put more than 1000 values into an oracle in clause?
What happens if you set the sga too low in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
what is a Nested Loop join?
What is the difference between $oracle_base and $oracle_home?
What are the tools for Oracle ?
What is object data modeling?
What are the uses of a database trigger?