can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / pravin
select max(sal) from emp
where sal=(select max(sal)
from emp
where sal<(select max(sal)
from emp))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the command used to recompile the stored procedure at run time?
Define cursor locking
How to join two tables in a single query in ms sql server?
What is order of B+tree?
What is trigger and different types of Triggers?
What is updatable resultset?
How to defragment indexes with alter index ... Reorganize?
what are the important architecture components of SSRS?
How many replicas are maintained for each sql azure db?
What are the differences between clustered and non-clustered index?
Define compound operators?
What samples and sample databases are provided by microsoft?
What is enhanced database mirroring in sql server 2008?
How global temporary tables are represented and its scope?
Explain syntax for viewing, dropping and disabling triggers?