asked 88.2k views
2 votes
Which relationship is possible when two tables share the same primary key? one-to-one one-to-many many-to-one many-to-many

2 Answers

5 votes

for plato many-to-one is not the answer

answered
User Hsimah
by
8.5k points
3 votes
Many-to-one relationships is possible when two tables share the same primary key it is because one entity contains values that refer to another entity that has unique values. It often enforced by primary key relationships, and the relationships typically are between fact and dimension tables and between levels in a hierarchy.
answered
User Martin Herman
by
8.3k points

No related questions found