IBM
C2090-304 · Question #54
Based on the following complex survivorship rule: SIZEOF(b.FirstName) < SIZEOF(c.FirstName) Which statement is correct?
The correct answer is A. The length of the first name with the longest name will be the one selected. See the full explanation below for the reasoning.
Question
Based on the following complex survivorship rule:
SIZEOF(b.FirstName) < SIZEOF(c.FirstName) Which statement is correct?
Options
- AThe length of the first name with the longest name will be the one selected.
- BThe length of the first name with the shortest name will be the one selected.
- CThe length of the first name of the current record will be less than the length of the first name
- DThe length of the first name of the best record will always be greater than the length of of the
How the community answered
(45 responses)- A73% (33)
- B16% (7)
- C2% (1)
- D9% (4)
Community Discussion
No community discussion yet for this question.