How do you create single lookup transformation using
multiple tables?

Answers were Sorted based on User's Feedback



How do you create single lookup transformation using multiple tables?..

Answer / kalyan

we have the lOOKUP OVERRIDE Query in the Lookup
transformation. Use the SQl Query to join the tables you
lookup on. Thsi is similar to what yo do at the Source
Qualifier

Is This Answer Correct ?    42 Yes 2 No

How do you create single lookup transformation using multiple tables?..

Answer / murali vishnuvajhala

Apologies for giving wrong answer in the past (Answer #4)

You can actually join multiple tables in the lookup.
Here are the steps.
1. Click on Lookup transformation
2. Click on "Skip" button to the right
3. A green Lookup Transformation will apprear without any
ports.
4. Put your query in the SQL Override.
5. Make sure you specify the columns you selected in your
query as ports IN THE SAME ORDER
6. Your lookup is ready

NOTE: When you specify the query make sure you specify
column alises for each column.... else you will get invalid
lookup error during run time.

Good Luck!

Is This Answer Correct ?    16 Yes 2 No

How do you create single lookup transformation using multiple tables?..

Answer / bsgsr

join the tables in the database itself then do the look up
else override the lookup sql and look up.
i believe this would work.

Is This Answer Correct ?    9 Yes 1 No

How do you create single lookup transformation using multiple tables?..

Answer / latha

Lookup transformation: Based upon one/more keys the data is
retreived from one/more tables.

create a single lookup transformation by Joining the
multiple tables, having connected the keys defined in
lookup tranformation.

Is This Answer Correct ?    10 Yes 8 No

How do you create single lookup transformation using multiple tables?..

Answer / koti

Re: How do you create single lookup transformation using
multiple tables?
Answer
# 1 Lookup transformation: Based upon one/more keys the
data is
retreived from one/more tables.

create a single lookup transformation by Joining the
multiple tables, having connected the keys defined in
lookup tranformation.

Is This Answer Correct ?    3 Yes 6 No

How do you create single lookup transformation using multiple tables?..

Answer / murali vishnuvajhala

you cannot join two tables in a lookup. Lookup works only
on one underlying table.

Is This Answer Correct ?    4 Yes 34 No

Post New Answer

More Informatica Interview Questions

What are the methods for creating reusable transforamtions?

2 Answers  


Why is meant by direct and indirect loading options in sessions?

4 Answers  


What are the issues that you have faced while moving your project from the Test Environment to the Production Environment?

1 Answers  


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

1 Answers  


What is transformation?

0 Answers  






Sequence generator, when you move from develoment to production how will you reset

0 Answers  


what is unique constraint error ?

2 Answers   TCS,


What is the need of building a data warehouse?

2 Answers  


what is scd?

6 Answers  


What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

0 Answers  


How do you do error handling in Informatica?

1 Answers  


If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?

4 Answers  


Categories