








Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of the boyce-codd normal form (bcnf), which is a higher normal form than 3nf. It explains the concept of functional dependencies and how they relate to candidate keys in bcnf. The document also includes an example to illustrate the differences between 3nf and bcnf.
Typology: Slides
1 / 14
This page cannot be seen from the preview
Don't miss anything!









Given: R(A,B,C,D,E)
AB –> C AB –> D AB –> E DE –> C DE –> A DE –> B
With the key AB