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 data engineering manager is auditing how many bug-fix commits are going into data-related repos. Count commits that mention 'fix' in repos whose name contains 'data' (case-insensitive), excluding the analytics repo. Break down by repo and author, from most to fewest.
Summary
How many commits start with 'fix'?
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.