Redundancy in a bad DB means many facts are _______
repeated
Update anomalies in a bad DB means that _______ a DB is difficult and convoluted
updating
In a good DB, every ____ defines a ___
FD, key
Bad designs are caused by FDs X -> Y where X is not a ___
key
What is the definition of BCNF?
A relation with FDs F is in BCNF if for every X -> Y in F
A DB is in BCNF if all ______ are in BCNF
relations
Good decomposition should be ________ and __________ dependencies
lossless, preserve