how to find nth highest salary
Answer Posted / nidhish
replace the N with wat ever number u want
select min(salary) from employee where salary in ( select
distinct top N salary from employee order by salary desc)
| Is This Answer Correct ? | 26 Yes | 17 No |
Post New Answer View All Answers
Define left outer join?
Does index speed up select statements?
What is an identity column in insert statements?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
How to grant a permission in ms sql server using "grant execute" statements?
What is indexing explain it with an example?
What is extent? Types of extents?
Explain can SSRS reports Cache results?
What is an example of a primary key?
Does hive support indexing?
How to insert data with null values?
Explain how dts is used to extract, transform and consolidate data?
What is 2nf example?
What is difference between index seek vs. Index scan?
What is the purpose of update statistics and scope_identity() function?