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
Simple HR database has two tables: Employees(Emp_ID, First_Name, Last_Name, City, e_mail, Dept_ID) Departments (Dept_ID,
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am