Difference between canonical cover and minimal cover

喜夏-厌秋 提交于 2019-12-04 05:03:10

A canonical cover is "allowed" to have more than one attribute on the right hand side. A minimal cover cannot. As an example, the canonical cover may be "A -> BC" where the minimal cover would be "A -> B, A -> C". That is the only difference.

I believe that these are one in the same, but I looked it up to be sure. The goal in calculating the Canonical is to provide a minimum, in matters or redundancy.

Canonical

canonical cover is to produce the minimal FD from the closure set F+ .The main factor of bring down for canonical closure is to ensure that there are no redundant dependencies in our database.

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