SQL Practice Logo

SQLPractice Online

Level 5 - SeniorScenario-Based Questions

Scenario: Hotfix for Blocking DDL

Interviewer prompt: ALTER TABLE on orders caused lock contention in production. What SQL strategy should be used next deploy to reduce blocking?

Schema Context

orders(order_id, status, updated_at)