how to find the 2nd higgest salary in the column for example
take table name is employee?
And also find bottom 2nd lowest salary ?
Answer Posted / arrry.net
SELECT * FROM employee
WHERE Salary=(SELECT max(Salary)
FROM employee WHERE Marks< (SELECT max(Salary) FROM
employee));
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is WPF and WCF?
Explain .net mobile automatic paging? : Microsoft dot net mobile
Explain difference between machine config vs. Web config? : .NET Architecture
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
What is .net mobile input validation. : Microsoft dot net mobile
What are the options provived by vss to the user? how it will help us while delevoping application?
How cache is used? : Dot net architecture
How do you handle this COM components developed in other programming languages in .NET?
How cache coherency is eliminated? : Dot net architecture
What is MS chart control in visual studio?
How do I know when my thread pool work item has completed?
What is a clickonce application?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is the access level of the visibility type internal?
How to improve the cache performance? : .NET Architecture