I have a following problem.
I need to determine is the following assingment in the second normal form, and I have some problems understanding what the second normal form is, and how to determine it.
I have this example for learning/practicing.
R = ({A, B, C, D, E, F};{AB->ACD, BC->DE})
The primary key is ABF.
In the solutions it is written that the table is not in the second normal form because not every NKA(non key attribute) is dependent on KA(key attribute), and is also written
example: AB->C
I dont know how to get to this solution, or what AB->C has to do with anythoing(because it is not in the assingment).
Can somebody please explain this to me.
Thanks!!!