how to find the second highest salary from emp table?
Answer Posted / radha sri seshu.kolla
select max(sal) from emp where level=2 connect by prior
sal>sal group by level;
| Is This Answer Correct ? | 17 Yes | 22 No |
Post New Answer View All Answers
What are pl/sql cursors?
How do you run a query?
What does closing a cursor do?
Where can I learn sql for free?
how can we know the count/number of elements of an array? : Sql dba
What is trigger in flip flop?
Show the cursor attributes of pl/sql.
How do you drop a trigger?
Can we call stored procedure in function?
how can you see all indexes defined for a table? : Sql dba
When is the explicit cursor used ?
What does trigger mean in psychology?
How do I tune a sql query?
Why do we need cursors in pl sql?
What is difference between hql and native sql?