IBM Exam Questions

Which rule definition logic will ensure that no value in a column appears more than three times in t

Which rule definition logic will ensure that no value in a column appears more than three
times in the data?

A.
testvalue EXISTS <= 3

B.
testvalue OCCURS <= 3

C.
testvalue APPEARS <= 3

D.
testvalue CONTAINS <= 3