COMPANY database schema:
EMP(Name,SSN,Salary,SuperSSN,DNo)
DEPT(Dnum,Dname,MgrSSN)
DEPT_LOC(Dnum,Dlocation)
WORKS_ON(ESSN,Pno,Hours)
DEPEN