Find out the 3rd highest salary?
Answer Posted / sachin saini
select min(salary) from table_name where salary in(select
top 3 salary from table_name order by salary desc )
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is sql and also describe types of sql statements?
How to run sql commands in sql*plus?
What is the difference between a query and a report?
What is sql performance tuning?
How to fix oracle error ora-00942: table or view does not exist
How do you remove duplicates without using distinct in sql?
does sql support programming? : Sql dba
What is the primary key?
What version is sql?
What is the difference between cluster and non-cluster index?
What is sql and explain its components?
Explain correlated query work?
What view means?
What is sql injection owasp?
What are its different types of dbms?