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 from a source which has 10,000 records, find the
average between 500th to 600th record?

Answer Posted / sudhar

Your answer is correct for the flat files. But the RElation
query you have given won't give any records.

the Query should like this

select avg(sal) from
(select emp_id, sal, rownum rnum from (
select emp_id,sal from emp order by sal desc) )where rnum
between 500 and 600

Might be this Query can be simplified with Rank option in
Oracle.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the types of transformations?

1099


What is dimensional table? Explain the different dimensions.

1245


What is the use of code page?

1171


What is data movement mode in Informatica and difference between them?

1181


in reporting we add some new objects,how we get the count of the newly added objects to the report

2249


Define joiner transformation?

1101


How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?

2247


what are the fact table & dimensional table in pharmaceutical and hospotal related products???

2184


What is source qualifier transformation in informatica?

1064


How to use procedural logic inside infromatica?

1320


What is a difference between complete, stop and abort?

1124


what are factless facts? And in which scenario will you use such kinds of fact tables.

1855


What is the use of an aggregator cache file?

1245


What is repository manager?

1025


What are the different clients of powercenter?

1114