what is left outer join?
Answers were Sorted based on User's Feedback
Answer / mahi
It will take all the records form detailed table,
and matching records form master table.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / jay
For eg.
Select M.*, D.* from
Master M LEFT OUTER JOIN Details D
on M.ID = D.ID
In the above query we get all the records from Master table and matching records from Detail table.
In simple it takes all rows from the table which is left of the join and matching records from table which is in other side of the join.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rashid equbal
It will take all the records form detailed table,
and matching records from master table.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the location of parameter file in informatica?
Suppose we do not group by on any ports of the aggregator what will be the output?
Hi all , I am planning for informatica S - PowerCenter 8 Mapping Design certification. I have rewuired the dumps for the same. if anyone of you having the same pl. share it with me. This will be of great help. My contact is : sagardev7@gmail.com TIA , Sagar
What is meant by active and passive transformation?
What is best approach to load 100 different source files (Different structure) to differet target tables ?
Suppose in the next version of Informatica, RTR Xn is excluded. Then how will u route data to different tgts?
can we have to do changes in session property when we are dynamically generating target files?
what happens when a batch fails?
Which version configuration tool used in ur project?
List the transformation used for the following: (1) Heterogeneous Sources (2) Homogeneous Sources (3) Find the 5 highest paid employees within a dept. (4) Create a Summary table (5) Generate surrogate keys
how do u move the code from development to production?
hi friends .i designed mapping in windows but i want to run mapping in linux.should i install the server components in linux?