can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / sandeep rana
Select top 1 salary from table where salary in(select top 2
salary from table order by salary desc)order by salary
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of floor function?
how you can get the list of largest tables in a database? : Sql server administration
What is the maximum size per database for sql server express?
Explain trigger classes i.e. Instead of and after trigger?
What is the security model used in sql server 2005?
We need to perform what steps in the following order to work with a cursor?
Can we use having clause without group by?
How to name query output columns in ms sql server?
What is a domain constraint give an example?
How to create a testing table with test data in ms sql server?
What is abstracting periodical?
What is efficiency data?
Explain the collation?
How to filter records of table in SQL SERVER?
What is mean by dml?