You are on page 1of 2

Name: Daro, John Lloyd A.

BSIT 3-C

Exercise (Data Normalization)

Advisor Student_Advisor
(PK) Advisor_Name (FK) Student_Name
(FK)Department_Numb (FK)Advisor_Name
er (PK)Term
Advisor_Phone

Phone

Department Student
(PK) (PK) Student_Name
Department_Number (FK)Department_Numb
Department_Name er
Student_Phone

What ambiguities are there?


 Name isn’t a good primary key
 The Term could be a domain entity
 A student might have one or more advisors in a term
 Students and Advisors could be in multiple departments

You might also like