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 / mohsin mukri
select max(salary) as Salary from tbl_Employee
where salary <= (select max(salary) from tbl_employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Explain how does .net mobile work? : Microsoft dot net mobile
Define cache coherency? : Dot net architecture
4. Wcf- what Asych and Sych call and how that works
Explain cache? : Dot net architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Define cache coherency and how is it eliminated? : Dot net architecture
Explain pipelining? : Dot net architecture
What does this do? Gacutil /l | find /i "corillian"
.Net Frame work arch?
What is the difference between an application and a program?
Use of Enable view state ? if turn off what happen ?
What is .net mobile utility controls. : Microsoft dot net mobile
Can you explain scriptmanager control?
inprocess vs out process session state : Dot net architecture