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
How many clustered indexes there can be on table ?
What are the instances when triggers are appropriate?
What is server-level principal?
How to find which stored procedure is currently running in sql server?
Explain what is lock escalation?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What does the on update no action do?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What is the purpose of grouping data in a report?
Explain the concept of view and Types of views in SQL server?
What will be query used to get the list of triggers in a database?
What is SQL Server?
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
What are the types of sql server?
What do we have to check in database testing?