1,219 views
2 votes
2 votes
Can you explain me this :

A table is in second normal form if every attribute is determined by every candidate key , but is not determined by any pure subset of Candidate key ?

True or false

1 Answer

5 votes
5 votes
A relation is not in 2NF if it is suffering from partial dependency..
Partial dependency means proper or pure  subset of candidate key produces non prime attribute...
non key ---> non key  allowed in 2NF.
Proper Subset of candidate key -----> non prime : Partial Dependency.
A candidate key always determines each and every attribute of relation...

No related questions found