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 second salary?

Answer Posted / moorthy t

select n,* from(select rownum n,* from (select * from table
where group by (sal) order by (sal) desc)) where n=2;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between varchar and nvarchar?

988


How you would rewrite the sql query to return the customerid sorted numerically?

1046


What is correlated subquery in sql server?

1127


How would you go about developing a ssrs report?

174


Explain what are page splits? : SQL Server Architecture

1122


How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?

1060


What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas

1072


How to view the error log for any specific instance? : sql server database administration

1098


Difference between uniqe index and uniqe constraint?

1046


Which are the two editions in which SQL Azure database available?

121


What is db stored procedure?

945


How do you manipulate data?

949


What are the limitations in ssrs on sql server express edition?

195


How to list all tables in the database using odbc_tables()?

1120


Where is localdb stored?

995