Help normalize this into 4NF and make a diagram please? Or just explain the relations I should do. Here is the guide to do normalization * Each relation (table) represents a single subject. For example, a COURSE table will contain only data that directly pertain to courses. * Each row/column intersection contains only one value and not a group of values. * No data item will be unnecessarily stored in more than one table (tables have minimum controlled redundancy). * All nonprime attributes in a relation (table) are dependent on the primary key - the entire primary key and nothing but the primary key. * Each relation (table) has no insertion, update, or deletion anomalies, which ensures the integrity and consistency of the data.
Help normalize this into 4NF and make a diagram please? Or just explain the relations I should do.
Here is the guide to do normalization
* Each relation (table) represents a single subject. For example, a COURSE table will contain only data that directly pertain to courses.
* Each row/column intersection contains only one value and not a group of values.
* No data item will be unnecessarily stored in more than one table (tables have minimum controlled redundancy).
* All nonprime attributes in a relation (table) are dependent on the primary key - the entire primary key and nothing but the primary key.
* Each relation (table) has no insertion, update, or deletion anomalies, which ensures the integrity and consistency of the data.
Step by step
Solved in 2 steps