210 views
1 votes
1 votes

From what I understood is that M: N relationship means (Many to Many).

And according to rules, Strong entities, each multivalued attributes, and many-to-many relationships requires a separate table.

Hence here we will require new table which will have an attribute as KEYS of both M and N.

But the KEYS included will be foreign keys or primary keys?

If keys will acts as foreign keys then, does that mean newly created table would not have any primary key?

And if someone can briefly and with example explain foreign keys(I always get confused)?

Please log in or register to answer this question.

No related questions found