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
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
How do you check sql server is up and running?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
How to check if a table is being used in sql server?
Explain the difference between functions and stored procedures in sql server?
Which is the main third-party tool used in sql server?
What are parameterized reports? What are cascading parameters in ssrs reports?
Do you know what is rank function?
What is primary key index?
What is difference between joins and subqueries?
Do you know what is normalization of database? What are its benefits?
How can I change procedure name in sql server?
What is a unique key constraint?
What is deploy, process and build? : sql server analysis services, ssas
Explain how many normalization forms?