how to find the second highest salary from emp table?
Answer Posted / vinay
select max(sal) from emp where rownum = 2;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different tcl commands in sql?
Is sql developer case sensitive?
what is log shipping? : Sql dba
What are the different types of sql commands?
What is before trigger?
What is out parameter used for eventhough return statement can also be used in pl/sql?
Why is partition used in sql?
What does the sign mean in sql?
What are the types of records?
What is pl sql record in oracle?
Does truncate table reset auto increment?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is range partitioning?
What is trigger with example?
what is text? : Sql dba