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
deference between display and visibility property of CSS
Explain about microsoft visual studio?
how we can fire event in databound column in datagrid without using button?
Define a virtual memory? : Dot net architecture
Explain what does the term "green architecture" mean? : Dot net architecture
What are the options provived by vss to the user? how it will help us while delevoping application?
Explain the race around condition? How can it be overcome? : Dot net architecture
State and explain about microsoft.net?
what are the fundamental and common properties of .net controls?
difference between data reader and dataset
Define the mesi? : Dot net architecture
What are end points, contract, address and bindings?
Explain the five stages in a dlx pipeline? : .NET Architecture
What is a managed code? : Dot net architecture
What's new in the .net 2.0 class library?