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
Explain the use of virtual, sealed, override, and abstract.
question related to table havi colspan and row span
What are different types that a variable can be defined and their scopes ?
what is tracing? Where it used?
Does .NET runtime offer Deterministic Destruction or not?
How can I write my own .NET host?
server.transfer limitation ?
Explain about the base class library provided by microsoft.net?
What is cache coherency and how is it eliminated? : Dot net architecture
Difference between type constructor and instance constructor?
What is a service class?
Explain about appdomains?
What is .net mobile input validation. : Microsoft dot net mobile
Can I create my own permission set?
Explain about continuable exceptions?