A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L5
Problem
The FinOps team needs to flag every service-region combination as 'over', 'under', or 'on_target' by comparing the actual cloud cost against the budgeted allocation for that same service and region. Show the service, region, actual cost, budget, and the flag.
Summary
Some rows are over. Some are under. Label every one.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.