how to find nth highest salary
Answer Posted / udathayadav
select * from tablename.aliasname where nth=select
count(sal) from tablename where aliasname.sal<=sal
| Is This Answer Correct ? | 38 Yes | 26 No |
Post New Answer View All Answers
How to use the inserted and deleted pseudo tables?
what are different types of raid configurations? : Sql server database administration
What is collation sensitivity? Explain different types.
Does sql server 2016 have ssms?
How to get the definition of a stored procedure back?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
What happens when transaction log is full?
What is shrink log file?
Why is replication required on the sql server?
What is a result set object returned by odbc_exec()?
What is the report model project?
What are sql dirty pages?
What is the maximum size of column in sql server?
What is the correct order of the logical query processing phases?
What is 2nf in normalization?