How to jion 2 tables, without using any condition?
Answer Posted / manjula
it is not possible to actually join two tables without
using any condition.
if U would like to join two tables, then in source
qualifier transformation add all the port from two tables (
if both tables are from same database source) and write
down your join condition in user defined join option or
otherwise write down join condition inside the sql query
option with generated sql query.
if u use two different database source then use joiner to
join the two tables
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Parameter and variable differences
can we override a native sql query within informatica? Where do we do it? How do we do it?
Sequence generator, when you move from develoment to production how will you reset
What are the types of caches in lookup?
Write the advantages of partitioning a session?
Explain constraint based loading in informatica
What is a repository? And how to add it in an informatica client?
How do you load only null records into target?
What are the different lookup cache(s)?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
How can you increase the performance in joiner transformation?
Performance tuning in UNIX for informatica mappings?
Could you explain what is enterprise data warehouse?
Explain the different dimensions.
What are the performance considerations when working with aggregator transformation?