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 get second highest sal of emp table

Answer Posted / manjeet

select max(sal) from emp where sal not in (select max(sal)
from emp)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does for update in oracle 8 cause an ora-01002 error?

1055


Explain the use of rows option in imp command.

1145


How to lock and unlock a user account in oracle?

1166


What is a dynamic performance view in oracle?

1063


How to export your connection information to a file?

1182


Explain the use of file option in exp command.

1182


What is a tns file?

1054


11. Display the client number and name and the client number and name of the person who referred that client.

2398


How to select all columns of all rows from a table in oracle?

1107


What is PL/SQL ?

2235


How to create a stored function in oracle?

1167


what are actual and formal parameters?

1167


How to define a cusotmer as a supplier in ORACLE R12

2318


Where is the export dump file located?

1226


defination of bitmap index

2190