can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / elumalai.k
select max(salary)from tablename where salary <(select
max(salary)from tablename)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to find the source of a table in sql server?
How many levels of sp nesting is possible?
What is ems sql management studio? : sql server management studio
What is the difference between migration and upgradation in sql server?
What are the different editions available in sql server 2000?
Explain view in sql server?
Explain use of expression builder.
Explain what are the database objects? : SQL Server Architecture
How to count duplicated values in a column in ms sql server?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How do database indexes work?
What are the recovery models for a database?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
What is resultset concur_updatable?
What do you mean by collation recursive stored procedure?