Posted by: Pdfprep
Post Date: May 31, 2021
In a Graphical calculation view you want to implement a union between two result sets that differ only in the fact that one of the two has one additional field named ADDRESS.
How can you achieve this in a union node? There are 2 correct answers to this question.
A . Create an input parameter for the ADDRESS field
B . Exclude the ADDRESS field from the union
C . Create a restricted column for the ADDRESS field
D . Map the ADDRESS field to a constant value
Answer: B,D
Leave a Reply