Loading...
Completion Rate
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
Problem
Operations wants to compare how cleanly each region closes out orders. For each region, compute the percentage of orders whose status is 'Completed', skipping rows where region is NULL. Return the region and that completion percentage.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a live PostgreSQL database and grades it instantly.