IBM
C2090-305 · Question #1
Which rule definition logic will ensure that no value in a column appears more than three times in the data?
The correct answer is B. testvalue OCCURS <= 3. See the full explanation below for the reasoning.
Question
Which rule definition logic will ensure that no value in a column appears more than three times in the data?
Options
- Atestvalue EXISTS <= 3
- Btestvalue OCCURS <= 3
- Ctestvalue APPEARS <= 3
- Dtestvalue CONTAINS <= 3
How the community answered
(41 responses)- A2% (1)
- B83% (34)
- C10% (4)
- D5% (2)
Community Discussion
No community discussion yet for this question.