QUESTION IMAGE
Question
#8 you write a rule that checks if the marital status field is blank. which operator should you use?
select one of the following (1 pt)
a. <
b. >
c. =
d. <>
Identify the rule requirement
The rule needs to check if the "Marital Status" field is blank (contains no value).
Evaluate the operators
<(less than) and>(greater than) are used for numerical or chronological comparisons.<>(not equal to) is used to check if a field is not equal to a specific value (i.e., is not blank, or is not a specific status).=(equal to) is used to check if a field matches a specific value. To check if a field is blank, the rule is configured as[Property] = [Blank/Null].
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- A. <
- B. >
- C. = (Correct answer)
- D. <>