SELECT
statement using CASE
. Categorize employees as "High" ( > 70000 ), "Medium" (between 62000 and 70000 ), or "Low" ( < 55000 ) based on their salary.employees
employee_id
, first_name
, last_name
, department
, salary
first_name
, last_name
, salary_category
select * from employees