Q. A 3 NF relation is converted to BCNF by (Solved)
1. removing composite keys
2. removing multivalued dependencies
3. dependent attributes of overlapping composite keys are put in a separateRelation
4. dependent non-key attributes are put in a separate table
- c. dependent attributes of overlapping composite keys are put in a separateRelation