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 the third highest salary?

Answer Posted / mousumi dalai

select min(sal) from emp where sal in
( select sal from
(select sal from emp order by sal desc)
where rownum<=3)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List and explain the different types of join clauses supported in ansi-standard sql?

1400


Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?

1269


How subquery works in sql?

1126


what are the features and advantages of object-oriented programming? : Sql dba

1072


Is a foreign key always unique?

980


What is error ora-12154: tns:could not resolve the connect identifier specified?

1117


Does sqlite need a server?

1095


what are the different index configurations a table can have? : Sql dba

1039


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1630


How many primary keys can a table have?

1052


What packages are available to pl/sql developers?

1107


Why do we need pl sql?

1033


explain the delete statements in sql

1131


What is Materialized View? In What Scenario we Use Materialized View?

9616


Define a temp table?

1075