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 trigger and what are its types?
How do we display rows from the table without duplicates?
How would you go about verifying the network name that the local_listener is currently using?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What are the different pseudo commands? Explain in general?
How do I limit the number of rows returned by an oracle query after ordering?
How many memory layers are in the oracle shared pool?
What is a database table in oracle?
Will you be able to store pictures in the database?explain.
Are truncate and delete commands same? If so why?
What is meant by a deadlock situation?
What is object data modeling?
How view is different from a table?
What are the roles of dba?
What are the predefined tablespaces in a database?