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
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
How to call shell scripts from informatica?
Explain transaction control transformation in informatica
How many ways are there to create ports?
What are the issues you have faced in your project? How did you overcome those issues?
How many ways a relational source definition can be updated and what are they?
What is aggregator transformation in informatica?
is it possible to index the data in cache of lkp transformation ?
what is diff b/t sorter t/r and agg have the option sorter property...
can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
What's the layout of parameter file (what does a parameter file contain?)?
How many types of sessions are there in informatica.please explain them?
How to do the error handling of if ur source is flatfiles?
What is a filter transformation and why it is an active one?