Hi,
Lookup() is what kind of join ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
what is the difference between cubes and package in cognos
1)Power center server and client on the same machine 2)power center server and client on the different machines What is the basic difference in these two setups and which is recommended ?
Which type or t/s is used to convert rows into column & column into rows
Explain about power designer data modeling software?
Hi, can anyone plz share the project architecture for etl testing(banking domain) plz explain the architecture .
What are three tier systems in etl?
tell me few points when u become TL
What are the ETL Testing Operations?
how to join two tables without using joiner transformation .advantages of joiner over lookup and vice versa.
what is the difference between date cache and lindex cache?
what is session partitioning?
how many maximum session supports to multiload in teradata ??