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
how the indexes are stored in the Oracle Database?
How to load data through external tables?
Explain oracle insert into command?
What is a named program unit?
What are operators in oracle?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
What is the relation of a user account and a schema in oracle?
Name the three major set of files on disk that compose a database in Oracle?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Explain self joins in oracle?
What are the differences between char and varchar2 in oracle?
Explain about achiever in sql?
What is an oracle table?
Explain integrity constraint?