SQL Practice Logo

SQLPractice Online

Company SQL Question

Department Hierarchy and Salary Analysis

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

Problem Statement

Build a salary hierarchy report with manager comparison, department rank, and department average using a CTE and self-join.

Relevant Tables

employeesdepartments

SQL Concepts Used in This Question

Strengthen your understanding with these targeted learning topics: