Normalization Exercise-1 The Solution
Normalization Exercise-1 The Solution
UNF
Student_ID Student_Name Course_Code Course_Title Course_Grade Tutor_Nme Tutor_Phone
2. Show the complete relations with the given data in each normal form.
1NF
Student_ID Student_Name Course_Code Course_Title Course_Grade Tutor_Name Tutor_Phone
Tutor_Name, Tutor_Phone
2NF
Student_ID Course_Code Course_Grade
100 TM351 A
100 M251 B
200 TM351 A
300 TM351 B
400 M251 A
400 TM351 B
Student_ID Student_Name
100 Hasan
200 Ahmad
300 Khalid
400 Salman
Student_ID Student_Name
3NF
Student_ID Course_Code Course_Grade
100 TM351 A
100 M251 B
200 TM351 A
300 TM351 B
400 M251 A
400 TM351 B
300 Khalid
400 Salman
Student_ID Student_Name
Tutor_Phone Tutor_Name,