i have one senario
i have table with 2columns one for primary key another is a
constant value(zero). i have to lookup the table and get the
maximum primary key here i don't have any common column
between source and lookup table(wt table i explained
above)...
table is (i am assuming he didn't give the table)
column1 column2
5 0
2 0
8 0
6 0
3 0
12 0
7 0

Answers were Sorted based on User's Feedback



i have one senario i have table with 2columns one for primary key another is a constant value(ze..

Answer / srikanthlavu

sorry

Is This Answer Correct ?    0 Yes 0 No

i have one senario i have table with 2columns one for primary key another is a constant value(ze..

Answer / chiky

for getting max vales, go for aggregate.. and not for
lookup.

after taking max values using aggregate, using dummy
columns join agg value and your source table value..

after that you can have your lookup what ever needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

What is confirmed dimension with scenario

1 Answers   HCL,


what is galaxy repository?

2 Answers  


What is the difference between source qualifier transformations source filter to filter transformation?

0 Answers  


What is partioning?how many types of partinings are there

2 Answers   HCL,


what is plsql table?

2 Answers  






I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

0 Answers   CTS,


In a concurrent batch if a session fails, can you start again from that session

1 Answers  


What is the session task and command task?

0 Answers  


we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks

3 Answers   TCS,


What is the status code?

1 Answers  


what is the hint? how to use it to reduce the query processing in program?

3 Answers   Cegedim,


Hi, This is Ranadheer. How to load fact tables using dimeension tables. Please anyone give me a answer with example. Thanks in Advance.

1 Answers  


Categories