How multivalued attributes can be handled within database design?
Answers
Answered by
0
Multivalued attributes cannot work as primary keys. Actually, multivalued attributes violate First Normal Form. So the good idea is to create a separate table and push multivalued attribute into it. ... BTW, if any unique combination of D will define unique value of E, you can use E as primary key.
Similar questions
Computer Science,
6 months ago
Science,
1 year ago