Which option is true?

Examine this PeopleCode snippet:
If All(START_DT, END_DT) Then
Which option is true?

Examine this PeopleCode snippet:
If All(START_DT, END_DT) Then
Which option is true?

A.
The correct syntax isIf Any(START_DT, END_DT) Then

B.
The correct syntax isIf %All(START_DT, END_DT) Then

C.
If either START_DT or END_DT has values, the statement returns TRUE.

D.
If both START_DT and END_DT have values, the statement returns TRUE.

E.
If both START_DT and END_DT have values or if they are both empty, the statement returns
TRUE.



Leave a Reply 0

Your email address will not be published. Required fields are marked *