IBM
C2020-930 · Question #134
Assume you have a data file which has the first and last name (Called FIRST_NAME and LAST_NAME respectively). You would use a Derive node to create a field named FULL_NAME containing values with…
The correct answer is C. FIRST_NAME ** ++ ** LAST_NAME. See the full explanation below for the reasoning.
Question
Assume you have a data file which has the first and last name (Called FIRST_NAME and LAST_NAME respectively). You would use a Derive node to create a field named FULL_NAME containing values with first name, space, last name. Which expression would produce the correct result?
Options
- AFIRST_NAME >< LAST_NAME
- BFIRST_NAME >< ** >< LAST_NAME
- CFIRST_NAME ** ++ ** LAST_NAME
- DFIRST_NAME + ** + LAST_NAME
How the community answered
(61 responses)- A3% (2)
- B11% (7)
- C77% (47)
- D8% (5)
Community Discussion
No community discussion yet for this question.