Solve using SQL Tables: Division (DID, dname, managerID) Employee (empID, name, salary, DID) Project (PID, pname,
Posted: Sun May 15, 2022 10:27 am
Solve using SQL
Tables:
Division (DID, dname, managerID)
Employee (empID, name, salary, DID)
Project (PID, pname, budget, DID)
Workon (PID, EmpID, hours)
Tables:
Division (DID, dname, managerID)
Employee (empID, name, salary, DID)
Project (PID, pname, budget, DID)
Workon (PID, EmpID, hours)