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
State the relation between EME, GDE and Co-operating system?
Can you explain the co>operating system’s processing model?
What is the syntax for m_dump in abinitio?
What is common among data validity and data integrity?
What metadata importer can do in ab initio?
What is the purpose of having stored procedures in a database?
Mention some ways for improving performance of a graph?
What is a data processing cycle and what is its significance?
Mention what information does a .dbc file extension provides to connect to the database?
Pdl with an example?
Mention what is abinitio?
what is the use of catlog or catlogfile?
Within a cursor, how would you update fields on the row just fetched?
Explain data flow graph with an example?
How you can run a graph infinitely in ab initio?