我知道对于3NF的关系,它必须是2NF,并且不应该存在传递依赖,但我不能回答以下问题: For a relationship to be 3NF :B) The relationship should only have one Foreign Key.D) The Relationship's Table should only have atomic values D
我先举一个例子来回答我的问题。-Name(which also is the primary key, I will give this column the symbol N)-City(will have the symbol C) -Zip_Code(will have the symbol Z) N -> S,C,R,Z S,C,R -> Z