How can you join 3 tables? Why cant you use a single Joiner to join 3 tables.
Answer / ranjan
Sql only allow us to join only two tables at a time because intersection/union methodology can only possible in two tables .
| Is This Answer Correct ? | 0 Yes | 0 No |
Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?
how we can load rejected record's at run time?(not through bad files)
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
What is a repository manager?
How can one know that a table has indexes and is partitioned? How data will be pulled from Partitions in Oracle for Informatica?
hi all, I have to do Informatica Certification? Can any body send me Some Informatica Certification Dumps/FAQS ? Advance Thanks...
When to use normalization transformation other than cobol source?
Can you copy the batches?
task is running successfully but data is not loded why?
Explain the difference between a data warehouse and a data mart?
which one is better performance wise joiner or look up
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?