In SAP LDM Classification, evaluate the following object dependency ...
Characteristics : COLOR
Characteristics value : 'red', 'blue', 'green'
If the OD is to evaluate for either characteristics value entered as either 'red', 'blue', 'green' to be true, which of the following syntax is appropriate.
A) COLOR IN ('red' or 'blue' or 'green')
B) COLOR IN ('red'; 'blue'; 'green')
C) COLOR IN ('red', 'blue', 'green')
D) COLOR ON ('red' or 'blue' or 'green')
E) COLOR ON ('red', 'blue', 'green')
.
Answer: B
ReplyDeleteThe syntax:
ReplyDeleteCharacteristic IN ('characteristic value'; 'characteristic value'; ...)
is to be used