Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to find the 2nd higgest salary in the column for example
take table name is employee?
And also find bottom 2nd lowest salary ?

Answers were Sorted based on User's Feedback



how to find the 2nd higgest salary in the column for example take table name is employee? And also..

Answer / prasoon madnawat

SQL Server:
Select MIN(Salery) from (SELECT TOP 2 * from EMPLOYEE)

Oracle:
Select MIN(Salery) from (SELECT * from EMPLOYEE where ROWNUM <3)

MySQL
Select MIN(Salery) from (SELECT * from EMPLOYEE LIMIT 2)

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Dot Net AllOther Interview Questions

What is .net mobile lists. Explain with an example? : Microsoft dot net mobile

0 Answers  


Can you Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile

0 Answers  


What happens to the winfx technologies?

0 Answers  


Please tell me the .net 2.5 frame work with example

2 Answers  


Differences between VS 2005, 2008 and 2010 ?

0 Answers   HCL,


Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture

0 Answers  


What is serialization, how it works in .NET?

1 Answers  


What are .net mobile controls features? : Microsoft dot net mobile

0 Answers  


What is Com Callable wrapper?when it will created?

0 Answers  


what does dot in .net means

1 Answers  


What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?

3 Answers   HCL,


How can we perform data binding in atlas?

0 Answers  


Categories