How to find the second largest salary in the emp database and
also How to find 3rd,4th and so on ........ in the emp database
plz mail the answer @ mak2786@gmail.com
Answer Posted / gunjan sapra
select top 10 from tbl_name order by salary desc
| Is This Answer Correct ? | 4 Yes | 39 No |
Post New Answer View All Answers
What is snapshot parameter in ssrs?
Define ACID properties in a Database?
What is clustered vs nonclustered index?
How to find tables without indexes?
What is a non clustered primary key?
What is the Control Flow in SSIS
What is raid? : SQL Server Architecture
What is sql or structured query language?
What is the stuff?
What are the properties of the relational tables?
What is the default order of an order by clause?
How you can find out if an index is useful to the optimizer?
What are page splits? : SQL Server Architecture
What do you mean by data integrity?
what is the difference between Delete and Truncate command in SQL