Page 1 of 1

Division (DID, dname, managerID) Employee (empID, name, salary, DID) Project (PID, pname, budget, DID) Workon (PID, EmpI

Posted: Sun May 15, 2022 10:11 am
by answerhappygod
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)