Question 41
Open question ↗A production database includes lookup rows that differ slightly by region. The team needs to version reference data while avoiding accidental overwrites of region-specific rows during deployment.
Which approach should you recommend?
- A.Treat all reference data as disposable and replace it on every deployment.
- B.Version shared reference data deliberately and separate environment- or region-specific rows from standard deployment content.
- C.Store lookup rows in README files.
- D.Disable source control for lookup tables.