in relation R, one of the following must be true:
(If one of the above is true, then the functional dependency is "good")
(Because a super key will functionally determine every attribute in a relation)
Employee1(SSN, FName, LName, PNumber, PName, Hours) Functional Dependencies: SSN → FName, LName PNumber → PName SSN, PNumber → Hours
violates the 3NF because:
which causes the following anomaly: (duplication of infomation)
$64,000 Question:
Answer:
The function dependency SSN → FName,LName caused information duplication
where SSN is a key in relation R1.
Then: