Choose the right statement which satisfies the requirements of a rule
Reveal answer
Fill a bubble to check yourself
Choose the right statement which satisfies the requirements of a rule
Don’t ship orders if the outstanding balance of the order exceeds credit authorization for that order
An order must not be shipped if the outstanding balance of the order exceeds credit authorization for that order
NA
N A
Option B is the correct rule statement using proper business rule language: 'An order must not be shipped if...' clearly states the constraint, the entity (order), the prohibited action (shipped), and the condition (balance exceeds credit authorization). Option A 'Don't ship orders if...' is an imperative instruction rather than a declarative rule statement. Business rules should be declarative statements of what must or must not happen.