Guidelines for converting a Table to BCNF

Guidelines for converting a Table to BCNF

In order to convert a table to BCNF, we must : Find and remove the overlapping candidate keys. Place the part of the candidate key and the attribute it is functionally dependent on, in a different table. Group the remaining items into a table.      Hence,from the PROJECT  table( refer to the Boycee-Codd Normal Form [...]