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

How to connect to a remote server?

0 Answers  


i want department wise maxmum salary and empolyee name

9 Answers  


How oracle handles dead locks?

0 Answers  


What is COST-based approach to optimization ?

5 Answers  


How to define a cusotmer as a supplier in ORACLE R12

0 Answers   Intelligroup,






What happens in oracle commit?

0 Answers  


What are the differences between a sys and system user and what are the extra privileges available to the sys user?

1 Answers   Wipro,


 What are the oracle DML commands possible through an update strategy?

0 Answers   Informatica,


Can multiple cursors being opened at the same time?

0 Answers  


How to call a stored function in oracle?

0 Answers  


How to use existing values in update statements using oracle?

0 Answers  


Is it possible to split the print reviewer into more than one region ?

0 Answers   Oracle,


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)