can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / harikumar
select max(salary) as secondMax from employee where salary
<> (select max(salary) from employee)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you list all the columns in a database?
Why use triggers?
What is the report model project?
What is resultset concur_updatable?
What are the differences between stored procedure and view in sql server?
Does any body please help me what question's have asked for SSRS in the interview?
How to call stored procedure using http soap?
What is a bit datatype?
Explain stored procedure?
How to make a column nullable?
What do mean by xml datatype?
what are the critical issues you have resloved in your company
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
How to include text values in sql statements?
What are extended events in sql server?