how to find nth highest salary
Answer Posted / ajay kumar barik
select a.id from product a where (1= (select count(b.id)
from product b where b.id>=a.id))
It is for all database
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do I find the sql server instance name?
What are the differences between left join and inner join in sql server?
How to connect sql server management studio express to sql server 2005 express?
What is the difference between drop table and truncate table?
How to generate create procedure script on an existing stored procedure?
What Are the Main Features of SQL Azure?
Can another user execute your local temporary stored procedures?
Describe different Processing Modes offered by SSRS?
How many columns can exist together per table?
Describe the functionalities that views support.
What is the rdl file?
What does dml stand for?
What is federation member?
What is a primary key?
What are the features of Embedded SQL