Oracle Field Service Cloud Service 2020 Implementation Essentials — Question 28
Which two statements are true about rules in a decision table? (Choose two.)
Answer options
- A. A decision table can contain only one rule.
- B. Every rule consists of one or more input entries and a corresponding output entry.
- C. When the input data matches the input entries of a rule, the result of the decision table contains the output entry of the rule.
- D. Rules are expressed as columns within a decision table.
Correct answer: B, C
Explanation
Option B is correct because it accurately describes that each rule must have input entries that lead to a specific output entry. Option C is also correct as it explains the mechanism of how matching input data determines the output in a decision table. Options A and D are incorrect because a decision table can have multiple rules, and while rules can be organized in columns, they are not limited to that structure.