how to find nth highest salary
Answer Posted / raman sharma
For third highest salary u can use this syntax
select min(cin) from ( select distinct cin from
cws.usertable order by cin desc ) where rownum<4
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to add more data to the testing table in ms sql server?
Why do we use stored procedures in sql server?
Call by value and call by reference in procedure and function, with NOCOPY.
Explain the architecture of ms sql reporting service?
What do you understand by sql server agent?
can you instantiate a com object by using t-sql? : Sql server database administration
Find first and last day of current month in sql server
How to rebuild master databse?
What are the transaction properties?
Explain active/passive and active/active cluster configurations?
How to execute a sql statement using mssql_query()?
Is INSTEAD OF trigger directly applicable to Table ?
What happens to a trigger with multiple affected rows?
What is factless fact table? : sql server analysis services, ssas
SQL Server Architecture ?