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 ?

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


Please Help Members By Posting Answers For Below Questions

Explain domestic architecture artifacts? : Dot net architecture

960


What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture

1182


Explain dotnet framework ?

1110


Explain how does .net mobile work? : Microsoft dot net mobile

908


Explain pipelining? : Dot net architecture

1054


What is the .net class that allows the retrieval of a data element using a unique key?

1071


Explain a .net mobile example with details? : Microsoft dot net mobile

928


What size is a .net object?

1078


What is the difference between absolute expiration and sliding-time expiration?

1091


Explain hard disk? : Dot net architecture

1044


What is the difference between metadata and menifest ?

973


What is the mesi? : .NET Architecture

1073


how to set the startup position of the form?

2004


Explain difference between inprocess vs out process session state? : .NET Architecture

1044


How do I stop a thread?

1007