If the functional depencies are
AB-->CD
BC-->D
IS the relation still in 2NF?,I mean since AB is the key and the 2nd BC,out of which B is part of the key,is the relation still in 2NF??
|
|
|||
|
|
Assuming your relation is
Then you need to decompose this relation to get it to third normal form (3NF). This is because D is not determined by the key of |
|||||||
|
|
From wikipedia, 2nd Normal Form:
There is only one candidate key, the About the other two non-prime attributes,
So, the relation is in 2NF. |
||||
|
|
