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 the difference between null value, zero, and blank space?
What is an intersect?
What is procedure in pl sql?
How do I create an index in word?
How to use distinct and count in sql query? Explain
How do you concatenate in sql?
List the various privileges that a user can grant to another user?
Which one is better subquery or joins?
What is the use of & in pl sql?
How do I edit a trigger in sql developer?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What are all the common sql functions?
What are sql objects?
What is a delimiter in sas?
what are local and global variables and their differences? : Sql dba