A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
The feature flag dashboard needs a clean boolean representation for downstream consumers. For each flag, show the flag name, a 1/0 indicator for whether it is enabled, and a 1/0 indicator for whether it is disabled.
Summary
On or off. Every flag at a glance.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.