Answer Posted / sujit pingale
select to_char(sysdate, 'day') from dual;
This will print output: tuesday i.e
select last_day(sysdate) from dual;
This will print output: 31-Aug-14
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is subquery faster than join?
What is auto increment?
Does sql require a server?
Are subqueries better than joins?
what is the difference between char_length and length? : Sql dba
What is mutating error?
What is minus?
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.
What is scope and visibility in PL/SQL?
How can we implement rollback or commit statement in a trigger?
What is the purpose of primary key?
Do stored procedures prevent sql injection?
How do you concatenate in sql?
What is the use of & in pl sql?
what is isam? : Sql dba