Company SQL Question
Most Used Product
Practice this Microsoft style SQL interview question with live execution and instant feedback.
Problem Statement
Find the single product with the highest SUM(usage_minutes) using GROUP BY + ORDER BY + LIMIT 1.
Relevant Tables
usage_logs
SQL Concepts Used in This Question
Strengthen your understanding with these targeted learning topics: