In dbms, what will be the outcome when we map a multivalued attribute for any entity from the er model to the relational model?
Answers
Answered by
2
Answer:
The multivalued attribute is made into another table and the primary key of original table is made the foreign key in the multivalue table which references the primary key of the original table
Explanation:
Similar questions