Division (DID, dname, managerID)
Employee (empID, name,
salary, DID)
Project (PID, pname,
budget, DID)
Workon (PID, EmpID, hours)
4. list the name of manager whose salary is lowest among all
managers.
8. List the name of employee who works on all project Sam works
on (Use NOT EXISTS)
Division (DID, dname, managerID) Employee (empID, name, salary, DID) Project (PID, pname, budget, DID) Workon (PID, EmpI
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Division (DID, dname, managerID) Employee (empID, name, salary, DID) Project (PID, pname, budget, DID) Workon (PID, EmpI
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!