Level 6 - ExpertScenario-Based Questionsm5 schema evolution
Scenario: Split Monolithic Address Column
Write SQL migration sequence to split `full_address` into `street`, `city`, `postal_code` with phased rollout.
Write SQL migration sequence to split `full_address` into `street`, `city`, `postal_code` with phased rollout.