IBM
C2020-010 · Question #67
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
(69 responses)- A10% (7)
- B4% (3)
- C84% (58)
- D1% (1)
Community Discussion
No community discussion yet for this question.