In a business rule decision table, ___________ .
A.
Only one rule can execute
B.
Rules can have only one action
C.
Conflicting rules will not execute
D.
One rule can modify another rule outcome
Explanation:
The Oracle Business Rules Editor supports both IF/THEN rules and Decision
Tables. Each
condition row in a Decision Table tests the allowed values of a data input to the
ruleset, called a fact. Each column represents a particular bucketset, an enumerated fact
value or range. The combination of all the condition tests in a column specifies an action,
typically setting the value of a data output. The complete Decision Table defines a ruleset,
deployed as a business rule component invoked from the process as a Business Rule task in
BPMN. The editor provides quick tools for resolving gaps and conflicts in the table.
Incorrect answer:
More than one rule can execute.
A rule can more than one action.
A rule cannot modify another rule.