Medium
INNER JOIN
Employee Department Names
List each employee's full name alongside their department name. Use INNER JOIN. Return columns: last_name, first_name, department_name.
Preparing the interactive SQL workspace...
List each employee's full name alongside their department name. Use INNER JOIN. Return columns: last_name, first_name, department_name.
Preparing the interactive SQL workspace...