本文介绍了什么是第二范式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我对这些变量的非正式表示是:
My informal representation of these are:
1NF :表已被划分,因此没有一个项目会出现一次以上。
1NF: The table is divided so that no item will appear more than once.
2NF :?
3NF :值只能由主键决定。
3NF: Values can only be determined by the primary key.
我从网上或书中摘录中无法理解它。如何区分1NF和2NF?
I cannot make sense of it from the excerpts I found online or in my book. How do I differentiate between 1NF and 2NF?
推荐答案
如果每个非素数属性都在功能上完全相关,则关联模式位于2NF中每个键上。
A relation schema is in 2NF if every non-prime attribute is fully functionally dependent on every key.
这篇关于什么是第二范式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!