Metric Value Pairs Over Threshold
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
Find all pairs of employee metric values where the first is smaller than the second and their product exceeds 11. Show both values in ascending order.
Summary
Two metrics, both above the line.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.