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 a cursor, index in sql?
What structure can you implement for the database to speed up table reads?
How to execute stored procedure and set temp table in sql server?
How much does sql server 2016 cost?
How many null values we can have in a unique key field in sql server?
Explain the different types of joins?
How to update values in a table with update statements in ms sql server?
What is difference between materialized view and view?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What are different type of Collation Sensitivity?
What is page-level compression?
Explain how to integrate the ssrs reports in application?
Is it safe to delete log files?
What is federation member?
How to connect a database with sql express.?