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 / venkateshmalneni

FOR THIS WE HAVE 2 USE TWO T/R ie FIRST WE HAVE 2 USE RANK T/R
AND THEN USE A FILTER T/R IN FILTER GIVE THE CONDITION AS
RANK=5 CONNECT TO TARGET
THE FLOW IS LIKE THIS
SRC --->SQ--->RANK--->FILTER--->TRG

WE CAN ALSO DO THIS IN SQL USE THE FOLLOWING QUERY

SELECT * FROM <TABLE_NAME> WHERE ROWNUM <= 5 MINUS SELECT *
FROM <TABLE_NAME> WHERE ROWNUM <=4;

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

2182


What does “tail –f” command do and what is its use as an Informatica admin.

1144


complex mapping ur project u r invlve can u explain and give real time example give me ?

2346


Define mapplet?

1057


What are multi-group transformations?

1161


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

1984


What are the informatica performance improvement tips

1149


How do you remove duplicate records in informatica? And how many ways are there to do it?

1202


What is the meaning of up gradation of repository?

2052


What are the types of caches in lookup? Explain them.

1009


Enlist the various types of transformations.

1118


Explain why we use partitioning the session in informatica?

1161


How to create the source and target database connections in server manager?

1129


How can you validate all mappings in the repository simultaneously?

1421


how to load rows into fact table in data warehouse

1227