find 2nd highest salary of person using cursor concept?
Answer Posted / b.mamatha
select * from tabl1 where salary=(select max(salary) from
tabl1 where salary<(select max(salary) from tabl1)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you insert values in multiple rows using one Insert statement?
Explain about SQLOS?
What is proper subset of candidate key?
What is extended stored procedures?
What is spid in sql server profiler?
How do I manually uninstall an instance of sql server 2016?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
Detail about query optimizer?
Can a table have 2 foreign keys?
How to rename an existing column with sql server management studio?
How many columns can we include on clustered index ?
What is intellisense?
Describe and explain about SQL native client?
What is sql language?
how can you check the level of fragmentation on a table? : Sql server administration