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
Can you tell me some of the common replication dmv's and their use? : sql server replication
Define self join?
What is a hint?
What is ssrs?
How to execute a sql statement using odbc_exec()?
What is the boxing and unboxing concept in .net?
Is it possible to have clustered index on separate drive from original table location?
Can we call future method from queueable?
In which format does an image save in SQL Server database ?
How to get a list of columns in a view using the "sp_columns" stored procedure?
What are the advantages of the mirroring?
How much memory that we are using in Logshipping Concept?
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
How do I start sql server 2017?
Describe the left outer join & right outer join. : sql server database administration