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

Find 2nd Highest salery in emp table

Select* from emp where &n=
select * count from emp where (salery >=emp.salery)


Enter n value 2


These query is correct or not. Tell me any other methods.

Answer Posted / asimananda

SELECT MAX(SAL) FROM EMP WHERE SAL < ( SELECT MAX(SAL) FROM
EMP )

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can You Use A Stored Procedure To Provide Data To An Ssrs Report?

152


What is statement level trigger?

1045


How do I find information about the install locations for the various instances running on a computer?

1123


tell me what is blocking and how would you troubleshoot it? : Sql server database administration

941


Explain table valued parameters in sql server? Why tvp used?

1067


Which tcp/ip port does the sql server run on? How can it be changed?

1107


What are triggers? How do you invoke a trigger on demand?

1364


What is the difference between clustered and a non-clustered index?

1076


What is partitioned view?

960


What is tablesample?

1176


You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?

952


Can an automatic recovery be initiated by a user?

1066


What is SubQuery in SQL Server 2008

1070


What is SQL Azure Federations?

114


Explain in brief how sql server enhances scalability of the database system?

1026