how to find nth highest salary
Answer Posted / divya
Select Salary
From Employee
Where rowid = n
Order By Salary Desc;
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to find the source of a table in sql server?
How to find the second highest salary of an employee?
What are various limitations of the views?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What is sql language?
Name some of the open source software that you can use in alternative to SSR?
Is the primary key column of a table an index in ms sql server?
How do I start sql server?
How can I change procedure name in sql server?
What is the stuff?
How can you check the version of sql server?
List out different types of normalizations in sql server and explain each of them?
What is the difference RDBMS and Graph Database?
Is foreign key a primary key?