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 top 1 salary from tbl_registration where salary in
(SELECT TOP 2 salary from tbl_registration)
order by salary desc

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Different types of authentication modes in .net framework ?

625


What's the difference between an application and a program?

669


What is .net mobile input validation. : Microsoft dot net mobile

614


How to improve the cache performance? : .NET Architecture

637


How cache coherency is eliminated? : Dot net architecture

591






Define the mesi? : Dot net architecture

616


inprocess vs out process session state : Dot net architecture

601


.Net Frame work arch?

1696


Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile

540


readonly syntax ?

1511


Define cache? : Dot net architecture

624


Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?

635


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

1984


Explain about httpruntime.cach.get(); method?

668


What is Opf3

672