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
Is left join faster than inner join?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
Why truncate is faster than delete?
What is sequence in sql?
What is pl sql block in dbms?
What is input buffer in sql*plus?
What plvcmt and plvrb does in pl/sql?
Is sql harder than python?
Can we use distinct and group by together?
How can you fetch first 5 characters of the string?
Is left join same as join?
What is data control language (dcl)?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
How do I write a sql query in pgadmin 4?
How do I view a procedure in sql?