please tell me the query to get details of the employee
having the second largest salary
Answer Posted / devendra dwivedi
Select * from EmpTbl Where Salary = (Select Max(Salary) from
EmpTbl Where Salary < (Select Max(Salary) from EmpTbl)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the denormalisation?
Do you know what is openxml in sql server?
What is the difference between a check constraint and a rule?
How do you size a resultset?
How to see the event list of an existing trigger using sys.trigger_events?
What is the main purpose of having conversation group?
what's the information that can be stored inside a bit column? : Sql server database administration
What are horizontal and vertical scaling?
Does a server store data?
How to use union to merge outputs from two queries together in ms sql server?
How to invoke a trigger on demand?
How to convert binary strings into integers in ms sql server?
Explain about service Broker functions?
What is the difference between getdate and sysdatetime?
What is normalization according to you and explain its different levels?