how to find nth highest salary
Answer Posted / ganesh prasad
all are not working properly incase repeat salary
this one is correct to finding 4th highest salary try run
your system then call me 9438183722
select min(deptsal) from dept where deptsal in ( select
distinct top 4 deptsal from dept order by deptsal desc)
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
What is a trigger and its types?
Can I disable or restrict ssrs export formats (rendering formats)?
What is transaction server distributed transaction?
Do you know what are various aggregate functions that are available?
what are isolation levels? : Sql server database administration
Explain Normalization and DE normalization
Why Master database is required?
In which sql server version report builder introduced?
How do I connect to sql server database?
Explain primary key, foreign key and unique key?
What is index in an assignment?
What is standby servers? Explain types of standby servers.
How to write a query with a full outer join in ms sql server?
What is sleeping status in sql server?