Page 1 of 1

Simple HR database has two tables: Employees(Emp_ID, First_Name, Last_Name, City, e_mail, Dept_ID) Departments (Dept_ID,

Posted: Tue Jul 12, 2022 8:22 am
by answerhappygod
Simple HR database has two tables:
Employees(Emp_ID, First_Name, Last_Name, City,e_mail, Dept_ID)
Departments (Dept_ID, Dept_Name, Dept_Phone)
List all employee ids and last names if the department Id =4