Answer Posted / vishwa
below query will get the last day of the month
select last_day(sysdate) from dual
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are the three pl sql block types?
How to load data with sql*loader?
What is a file delimiter?
What is the difference between delete, truncate and drop command?
What are the various restrictions imposed on view in terms of dml?
What is trigger and stored procedure in sql?
What is a column in a table?
What are the packages in pl sql?
Can a primary key be a foreign key?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is trigger in flip flop?
Explain the uses of database trigger.
what is innodb? : Sql dba
What is record in pl sql?
When do we use triggers?