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


Hi,
Lookup() is what kind of join ?

Answers were Sorted based on User's Feedback



Hi, Lookup() is what kind of join ?..

Answer / vamse

not necessarily left outer join. Its inner join most of the time.
Loop up is generally used to fetch data for a particular filter condition.(matching critria should take a particular value from it.
Main table is usually large and look up table is small in ideal scenario.

Is This Answer Correct ?    9 Yes 2 No

Hi, Lookup() is what kind of join ?..

Answer / ravikumar

Hi,
You can Say LookUp is a Left Outer join.Your Source Table is
Left side table and Lookup table is right table.
Now you are trying to get total source records and
matching records from lookup table(right table).

Hope this helpls....

ravikumar.pasupula@outlook.com

Is This Answer Correct ?    6 Yes 2 No

Hi, Lookup() is what kind of join ?..

Answer / ankit kansal

Lookup is used to check whether the row corresponding the incoming row is present or not and if yes then perform some logic and if not then do some other like we use to do it case of SCD2.
So, It is purely a left outer join where left table is your source table.
http://deepinopensource.blogspot.in/

Is This Answer Correct ?    2 Yes 0 No

Hi, Lookup() is what kind of join ?..

Answer / ashish

Lookup by default perform normal join but if you want to achieve left outer ,right outer , full outer join . you can do so by SQL override in lookup

Is This Answer Correct ?    0 Yes 0 No

Hi, Lookup() is what kind of join ?..

Answer / sunil

Lookup works as Master outer Join in informatica ..

Oracle--> its works as left outer join..

Is This Answer Correct ?    1 Yes 2 No

Hi, Lookup() is what kind of join ?..

Answer / hemant

Lookup is used to be a inner join but starting from the
version 9 it is behaving as a left outer join.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ETL Interview Questions

how do u handle performance issues in Informatica . where can u monitor the performance ?

0 Answers  


what is meant by drill through?(Mascot)

1 Answers  


What is grain of fact?

0 Answers  


where is the cache (lookup, index) created and how can you see it.

0 Answers  


what is the difference between shortcut of an object and copy of an object? compare them?

1 Answers  


Can u access a repository created in previous version of Informatica?

0 Answers  


What is full load & incremental or refresh load?

0 Answers  


In informatica, I have 10 records in my source system. I need to load 2 records to target for each run. How do I do this?

0 Answers  


When do we analyze the tables?

0 Answers  


What is a lookup table in etl?

0 Answers  


how do u automate Extraction process?

1 Answers  


what are the facilities provided by OLAP to analytical users?

1 Answers  


Categories