Exercise 2 - Database Normalization
Exercise 2 - Database Normalization
Scenario:
A school wants to store information about students and their courses. The initial table is
unnormalized and looks like this:
StudentID StudentName Course1 Course2 Course3 Instructor1 Instructor2 Instructor3
Tasks: