How to find last day of the month in sql query

Answer Posted / manoranjan sethy

Select LAST_DAY(Sysdate) From Dual;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does rownum mean in sql?

558


Can we update views in sql?

536


What is #table in sql?

523


How long will it take to learn pl sql?

526


What are the two virtual tables available at the time of database trigger execution?

642






When is a declare statement required?

677


Does truncate require commit?

546


Which are the different character-manipulation functions in sql?

550


What happens when a trigger is associated to a view?

504


Define select, insert, create, delete, update, drop keywords

600


How do you create a unique index?

575


What is difference between stored procedure and trigger?

539


What are predefined functions in sql?

535


What is blind sql injection?

578


How do you write a subquery?

524