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

from the table display the 2nd highest salary?
and also the least 2nd salay?

Answer Posted / narayana

select top 1 sal from (
select top 2 sal from Emp order by sal desc) as a order by sal asc


select top 1 sal from(
select top 2 sal from Emp order by sal ) ss order by sal desc

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

my name is sejal I have cleared the sbi clerk exam. I am BCA graduate My favorite subject RDBMS Relational database management system. so please send me rRDBMS related interview questions

1984


What is rank function?

1086


Explain unique key in sql server?

1051


What are the restrictions that views have to follow? : SQL Server Architecture

1058


Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.

1101


What is a partitioned view?

1053


Can we update data in a view?

1081


Can you explain different types of locks in sql server?

995


Can binary strings be converted into numeric or float data types?

1101


How to modify an existing user defined function?

1171


What is the difference between set and select?

1163


after migrating the dts packg to ssis by using migrtn wizrd in 2005. iam not able to open ssis pack and getting error. what r those errors? how to resolve?

2141


What is the minimum recommended amount of ram for sql server 2012 enterprise?

982


If you want to send some data from access database to sql server database. What are different component of ssis will you use?

1027


List the different index configurations possible for a table?

984