Is a candidate key determinant good enough for BCNF?
问题 A question that came up in my homework is as follows: If a determinant is part of a candidate key, is that good enough for BCNF? I don't think so, because a relation is in BCNF if all non-key attributes depend on the whole primary key, and nothing else. This says the determinant is part of a candidate key, so does this imply a partial functional dependency? However, I began to second guess myself because there's a possibility that the candidate key is a super key, but it doesn't seem like