can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / kumar_kisna
select max(salary) from table where salary<(select max
(salary) from table)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Find first and last day of current month in sql server
How to delete existing rows in a table?
Write a query to find 5th highest amount paid from the customer table.
Can we call future method from trigger?
How to encrypt Strored Procedure in SQL SERVER?
What is the difference between a clustered index and a non-clustered index?
What is the standby server?
Define right outer join in sql server joins?
Can sql servers link to other servers like oracle?
What is nested transaction?
How can you start sql server in different modes?
List the types of recovery model available in sql server?
How adventureworkslt tables are related?
What are the types of database recovery models?
Explain powershell included in sql server 2008?