how to get second highest salary in SQL(as/4000
Answer Posted / c srirammulu
select * from emp a where &n=(select count(distinct (sal))
from emp f where a.sal<f.sal)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is sql character function?
Explain clause in sql?
How are functions and procedures called in PL/SQL?
what is the difference between join and union? : Sql dba
what is normalization? : Sql dba
What is Histogram?
What is database sql?
What are user defined functions?
How do you rename a table in sql?
What is the use of sqldataadapter?
what are the disadvantages of mysql? : Sql dba
Is record in pl sql?
What is a common use of group by in sql?
What are the operators in sql?
What are views in sql?