how to find nth highest salary
Answer Posted / jayakumar
please try this....
this is very usefull to you
select colunm_name from (select distinct(column_name) from
table_name where column_name is NOT NULL order by desc)
where rownum=n;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is raid? : Sql server database administration
How to scale out a federation by Sql statement?
what is isolation level at dead lock?
How to receive returning result from a query?
How to display a past time in days, hours and minutes?
What is use of dbcc commands?
how can you attach more than 20 ldf files in sql server
what are candidate key, alternate key and composite key? : Sql server database administration
What is a transactions?
What are the pre-defined functions in the sql server?
What are the instances when triggers are appropriate?
Do you know hot add cpu in sql server 2008?
Explain transaction server distributed transaction?
what are isolation levels? : Sql server database administration
What are temporal tables in sql server 2016?