Loading...
Reviewer Performance Metrics
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- mid
Problem
For each reviewer who has reviewed at least one merged pull request (a PR with a non-null merged date), show the total number of unique repos reviewed, total repos where the PR was merged, and the latest review date.
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.