can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / mahesh
Select max(sal) from emp
where id='1233' and Sal< (select max(sal) from emp)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of stored procedure in sql server?
What is the impact on other user sessions when creating indexes?
Why is normalisation important?
Differentiate between mongodb vs. Sql server?
Explain Geography datatype in SQL Server
What is SQL Azure Firewall?
List down some advantages of sql stored procedure?
Explain can you implement data mining in ssrs?
Explain the steps needed to create a scheduled job?
Explain the concepts and capabilities of sql server?
What is the datatype of rowid?
How to find the service pack installed? : sql server database administration
What is optimization and its types?
Write down the syntax and an example for create, rename and delete index?
What is database white box testing?