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 cache? : .NET Architecture
What re interop services?
8. Oop-Why and were we use Interfacse and Abstract class.
How do I stop a thread?
Name some changes done since version 3.0?
Can you explain server controls in atlas?
Explain cache memory? : .NET Architecture
Explain about the base class library provided by microsoft.net?
what is diffrent beatween localprinter and networkprinter
Explain the race around condition? : Dot net architecture
Define an interrupt? : Dot net architecture
Explain about httpruntime.cach.get(); method?
Explain difference between state server and sqlserver? : .NET Architecture
deference between display and visibility property of CSS
Whate are resource files? How are they used in .net?