Audience asked why Apply4 creates an empty copy of a table, inserts only the in-region rows, and renames, rather than just deleting the out-of-region rows in place to avoid the rename/constraints/integrations complexity. Answer: both approaches require ending up with two tables, and the team's tests showed that inserting into an empty clone is significantly faster than deleting rows — a tip 'from the bottom of our hearts' proven in practice.