Loading...
Data Repo Fix Commits
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- junior, mid
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.
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.