BCNF decomposition process
问题 What is the BCNF decomposition for these dependencies? A->BCD BC->DE B->D D->A What is the process to get to the answer? 回答1: We can first convert the relation R to 3NF and then to BCNF. To convert a relation R and a set of functional dependencies( FD's ) into 3NF you can use Bernstein's Synthesis . To apply Bernstein's Synthesis - First we make sure the given set of FD's is a minimal cover Second we take each FD and make it its own sub-schema. Third we try to combine those sub-schemas For