SQL Practice Logo

SQLPractice Online

Scenario SQL Question

Employee Department Names

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

Problem Statement

List every employee with their department name. Only include employees that ARE assigned to a department. Return employee_id, first_name, last_name, department_name — ordered by employee_id.

Relevant Tables

employeesdepartments

SQL Concepts Used in This Scenario

Strengthen your understanding with these targeted learning topics: