Database normalization is the process of organizing the fields and tables of a relational database to minimize redundancy and dependency. Normalization usually involves dividing large tables into smaller (and less redundant) tables and defining relationships between them. The objective is to isolate data so that additions, deletions, and modifications of a field can be made in just one table and then propagated through the rest of the database via the defined relationships.
source : Wikipedia
BCNF is just a normalization form used in Database normalization.
Find examples
mshauny
Junior Poster in Training
68 posts since Jan 2010
Reputation Points: 35
Solved Threads: 7
Skill Endorsements: 0