SQL Practice Logo

SQLPractice Online

Company SQL Question

Above Average Users

Practice this Microsoft style SQL interview question with live execution and instant feedback.

Problem Statement

Find users whose SUM(usage_minutes) exceeds the average-of-sums using a nested subquery in HAVING.

Relevant Tables

usage_logs

SQL Concepts Used in This Question

Strengthen your understanding with these targeted learning topics: