Comparison of BCNF and 3NF



next up previous
Next: Normalization Using Multivalued Up: Normalization Using Functional Previous: Third Normal Form

Comparison of BCNF and 3NF

  1. We have seen BCNF and 3NF.
  2. These problems can be illustrated with Banker-scheme.
  3. If we must choose between BCNF and dependency preservation, it is generally better to opt for 3NF.
  4. To summarize, our goal for a relational database design is
  5. If we cannot achieve this, we accept
  6. A final point: there is a price to pay for decomposition. When we decompose a relation, we have to use natural joins or Cartesian products to put the pieces back together. This takes computational time.



Page created and maintained by Osmar R. Zaï ane
Last Update: Mon Oct 16 17:18:28 PDT 1995