We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Database Normalization #7
Database Normalization #7
Sort by
recency
|
15 Discussions
|
Please Login in order to post a comment
1NF valid 2NF valid 3NF valid BCNF <=> A->B were A not CANDIDATE KEY, even though name,addr -> memberno in customer looks invalid by the complementary axiom we have that name, addr is actually a key of customer!
Extending my process of identifying the normal forms here: https://www.hackerrank.com/challenges/database-normalization-6/forum/comments/1225774
For 3NF, non-prime attributes must be directly dependent on CK, not transitively dependent:
For BCNF, every determinant must be a CK:
3.5 ans
Answer is 3.5
ANSWER IS 3.5