| Who creates a new product? | Whoever needs it first | One system mints the code | Duplicates created in two places are painful to merge once transactions exist. |
| Who owns the selling price? | Both, overwriting nightly | One owner per price type | Cost, RRP, channel price and promotional price often have different owners. |
| Who owns the stock figure? | Whichever was updated last | The system recording movements | Counted stock and sellable availability are different numbers, not synonyms. |
| Customer changes their address | Updated in one system only | Owned centrally, propagated | Decide whether an order already placed keeps its captured address. It should. |
| Order cancelled after dispatch started | Two systems disagree | Explicit precedence rule | The physical event wins. Systems cannot unship a parcel. |
| Marketing consent flag | Copied everywhere | One owner, read only elsewhere | Multiple writable copies of consent is a compliance problem waiting to happen. |
| Two records look like the same customer | Merged on email, sometimes wrongly | Matched on rules, reviewed | Shared household emails and job changes both defeat naive matching. |
| A field disagrees between systems | Someone notices eventually | Detected, logged, resolved by rule | Silent divergence is worse than a visible error, because trust erodes invisibly. |