SQL Practice Logo

SQLPractice Online

Scenario SQL Question

Categorize Employees by Salary Band

Build mastery in Case Statements with this scenario-based SQL challenge and live execution support.

Problem Statement

Write a query to categorize employees into salary bands: 'Low Earner' (< 30000), 'Average Earner' (30000-60000), and 'High Earner' (> 60000). Return employee name, salary, and their salary band.

Relevant Tables

employees

SQL Concepts Used in This Scenario

Strengthen your understanding with these targeted learning topics: