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...

To find second largest salary in Employee table

Answer Posted / saravanakumar

SELECT MAX(SALARY) FROM EMPLOYEE WHERE SALARY NOT IN
(SELECT MAX(SALARY) FROM EMPLOYEE)

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some advantages and disadvantages of stored procedure?

1063


Explain features of analysis services?

1079


sql database suspect We have a sql database that is showing as suspect. How can we recover?

1999


The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio

1056


Does order by actually change the order of the data in the tables or does it just change the output?

1204


Explain the microsoft sql server delete command? : SQL Server Architecture

1147


What is the fillfactor concept in indexes?

1035


What is optimization and its types?

1037


What is the default port for SQL Server over a firewall?

1143


Difference between connected and disconnected database in .net with sql server?

1148


Write a SQL command to insert and update only a particular field?

1190


Why I can not enter 0.001 second in date and time literals in ms sql server?

1106


How do use Having,Group by,Group function in SQL?

1789


Explain what is analysis service repository?

1049


Write a query to find 5th highest amount paid from the customer table.

988