Normalization on relational schema with no functional dependencies

梦想与她 提交于 2019-12-25 18:54:44

问题


R = ( A, B, C, D ) - No functional dependencies are valid in the relational schema R

For the above relational, what is the highest normal form? I have a question where i am supposed to identify the highest normal form and decompose it into BCNF if it is not in BCNF.


回答1:


If no valid FDs holds (a part from the trivial dependencies), then the only candidate key is ABCD, and the relation is both in 3NF and BCNF.



来源:https://stackoverflow.com/questions/59008573/normalization-on-relational-schema-with-no-functional-dependencies

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!