216 views

1 Answer

1 votes
1 votes
FD {X-->YZ, Y-->XZ,Z-->X}

Number of minimal covers and canonical covers both are same.

1. Distribute the right hand side attribute.

    X->Y,X->Z,Y->X,Y->Z,Z->X

2. Remove all the redundancy in left side of the FD's, if it exists.

3. Remove the redundant FD's

    Let say If we remove X->Z and if we get X->Z from other exist FD's then we redundant FD's is removed.

So below these 2 Minimal / Canonical Cover exist.

    1. X->Y,Y->Z,Z->X

    2. X->Y,Y->X,Z->X,X->Z

Related questions

0 votes
0 votes
0 answers
1
Saurabh Gupta 1 asked Sep 23, 2017
323 views
0 votes
0 votes
0 answers
2
Kiran 568275148 asked Aug 25, 2018
775 views
0 votes
0 votes
2 answers
4
Arnab Bhadra asked Jun 21, 2017
1,337 views
Participation Constraints can not be represented fora. Unary relationshipsb. Binary relationshipsc. Ternary relationshipsd. None