0 0 votes In questions asking for the number of FDs in minimal cover if I get say A $\rightarrow$ B A $\rightarrow$ C D $\rightarrow$ EF Then what do I count them as 2 or 3 or 4 FDs? Databases databases canonical-cover + – Mrityudoot 720 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 1 1 vote The minimal cover is typically counted by considering the irreducible dependencies. In this case, the minimal cover is: A → B A → C D → E D → F So, in terms of minimal dependencies, you count them as 4 functional dependencies. The original set you provided had redundancy that was eliminated in the minimal cover. prasantkr.singh answered Jan 9, 2024 • selected Jan 9, 2024 by Mrityudoot prasantkr.singh comment Share Follow 0 reply Please log in or register to add a comment.