Which statement describes what happens when Runtime Column Propagation is disabled for a
parallel job?

A.
An input column value flows into a target column only if it matches it by name.
B.
An input column value flows into a target column only if it is explicitly mapped to it.
C.
You must set APT_AUTO_MAP project environment to true to allow output link mapping to
occur.
D.
An input column value flows into a target column based on its position in the input row. For
example, first column in the input row goes into the
first target column.
Explanation: