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
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
how to make and display a form without title bar?
What is the problem with .net generics?
Explain about appdomains?
Explain some of the disadvantages due to microsoft.net?
inprocess vs out process session state : Dot net architecture
What is biginteger and when would you use that?
Can I customise the trace output?
How to improve the cache performance? : Dot net architecture
server.transfer limitation ?
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
define cache memory? : Dot net architecture
What does this do? Gacutil /l | find /i "corillian"
What is textview control of .net mobile? : Microsoft dot net mobile
Can you explain server controls in atlas?