Somebody please help!
I have an assignment on normalisation to do using functional dependency and I'm not quite sure how to do it!
R (ModuleNo, OfferingDept, Credit, Level, LecturerNo, Semester, Year, WeekDay, Period, RoomNo, NoOfStudents)
Suppose that the following functional dependencies hold on R:
ModuleNo -> OfferingDept, Credit, Level
ModuleNo, Semester, Year -> WeekDay, Period, RoomNo, NoOfStudents, LecturerNo
WeekDay, Period, RoomNo, Semester, Year -> LecturerNo, ModuleNo
where period is a unique number identifying the time a class starts.
YOUR TASK
Try to determine which sets of attributes form keys of R.
Use the above given dependencies to normalise relation R.
Can someone give me some directions on how to sort this out.
Thank you.