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 select second mauximum value in a given table under salary column

Answer Posted / shri

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

IN Informatica also use the query in source qualifier's
"sql override". which will reduce d no. of t/r in d mapping

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you increase the OS limitation for open files (LINUX and/or Solaris)?

1975


Why cursor variables are easier to use than cursors?

1138


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1831


Explain constraining triggers.

1161


master table and child table performances and comparisons in Oracle ?

2195


What is ADDM Advisor in Oracle?

1222


What is an oracle user role?

1038


What are the original export and import utilities?

1257


What is a schema in oracle?

1064


what is a Nested Loop join?

2173


State the various uses of dbcc command?

1104


how may join possible between (requisition with purchase order)

2327


How to delete a column in an existing table?

1130


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

2353


How to use null as conditions in oracle?

1125