The Org Chart in Numbers
A hard SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- hard
- Seniority
- L4
Problem
Show employee count broken down by department and fiscal quarter. For each department, create columns Q1 through Q4 showing how many metric entries exist per quarter. If a quarter has no entries, show 0.
Summary
Headcount by department, sliced by quarter. Every seat accounted for.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.