how to get last monday of a month?

Answers were Sorted based on User's Feedback



how to get last monday of a month?..

Answer / posamram

select next_day(last_day(sysdate),'MON')-7 FROM DUAL;

Is This Answer Correct ?    13 Yes 2 No

how to get last monday of a month?..

Answer / shailesh

select NEXT_DAY(last_day(sysdate)-7,'THURSDAY') from dual;

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More Oracle General Interview Questions

What is literal?

0 Answers  


Explain overloading. Can functions be overloaded?

0 Answers  


How will you write a query to get a 5th rank student from a table student_report?

0 Answers  


What is rowid and rownum in oracle?

0 Answers  


How to get the Installed Oracle Version Information ?

0 Answers   MCN Solutions,






What are advantages fo Stored Procedures?

1 Answers  


What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?

4 Answers   Microsoft, Wipro,


How to connect ms access to oracle servers?

0 Answers  


What is Read-Only Transaction ?

3 Answers  


Can you drop an index associated with a unique or primary key constraint?

0 Answers  


How to view existing locks on the database?

0 Answers  


what are views?

8 Answers   TCS,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)