What is the significance of record required indicator of Join component ? How to use in abinitio graph?
Answer Posted / keerthika
when we specify Explicit Join user has privilege to tell how the records need to got to output, here is the detailed meaning behind
Left Outer Join
Record-required-0 = True
Record-required-1 = false
Right outer Join
Record-required-0 = False
Record-required-1 = True
Outer Join
Record-required-0 = True
Record-required-1 = True
Inner Join
Record-required-0 = False
Record-required-1 = False
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
Where $mpjret is used in ab-initio?
How co>operating system integrates with legacy codes?
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
What is the difference between check point and phase?
What do you understand by overflow errors?
What will be the skew for, input file->partition by key-> partition by round robin->output file
What parallelisms does Abinitio support?
Describe in detail about lookup?
What is the difference between look-up file and look-up, with a relevant example?
What is the purpose of having stored procedures in a database?
Tell us about the architecture of abinitio.
difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?
How you can run a graph infinitely in ab initio?
Name the different type of processing based on the steps that you know about?