Canonical Cover
Canonical Cover : Canonical cover or minimal cover is the way of reducing the functional dependencies without changing the meaning of it. Why we go for canonical cover is because it takes time when all functional dependencies are applied on DBMS. Let us work with an example to make it clear : A->BC AB->C A->C There are 3 steps involved in converting to canonical cover Step 1 : All the FD's should be in the form X->a where "X" is a set of attribute or a single attribute and "a" must be single attribute. So for the above example it reduces as follows A->B A->C AB->C A->C (write it as such this will be dealt in step 3) Step 2: Remove redundant attributes that is try to remove X if it has more than one attribute. So for the above example AB-> C To reduce this what we must do is we must answer the question if A-...