You are on page 1of 2

Data

Normalization

a) the table in the format given is in 1NF because it still has partial dependencies. All
non-key attributes are dependent on all parts of the primary key. Each field as such
be in 1NF has a unique name and the table has a primary key.

b)




c)

(Students) Student ID(PK), Student name, Major
(Courses) - Course ID(PK) , Course title, Instructor ID (FK)
(Grades) Course ID(FK), Student ID(FK), Grade
(Instructors) instructor ID(PK), Instructor name

You might also like