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...

which transformation should we use to get the 5th rank
member from a table in informatica?can we achieve this in
sql?

Answer Posted / jvdwhinfo

Hi There,

The DFD given in answer is absolutely correct in
informatica.

But coming to sql override stuff i agree with answer 4.
And i want to do little modification keeping performance in
view.
The modified query looks like this.

With salorder
As
(select * from emp)
select * from salorder where rownum <= 5
minus
select * from salorder where rownum <= 4;

Thanks,
James

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of etl tools?

1175


Is it possible to revert a global repository to local one and why?

1129


What are the reusable transformations?

1217


what is the size of u r source(like file or table)?

2306


What are the popular informatica products?

1054


Explain the scenario which compels informatica server to reject files?

1205


What is a sequence generator transformation?

1071


How can you validate all mappings in the repository simultaneously?

1421


What does role playing dimension mean?

1086


What are the basic requirements to join two sources in a source qualifier transformation using default join?

1208


What is a node in Informatica?

1084


Why union transformation is an active transformation?

1099


What are the differences between source qualifier and joiner transformation?

1133


How do you update the records with or without using update strategy?

1160


Under what conditions selecting sorted input in aggregator will still not boost session performance?

1127