0
Guys, I’m very much in doubt of these 2 tables...
Right, I asked 2 questions for my tables:
User, you can register how many courses?
A: None or N courses
Course, for you to be registered, you need how many users?
A: At least 1 user or N courses
I got these 2 answers... Now my question is: If it happened (1,n) and (0,n) should I place the foreign key in which table? Or even create a new table for that relation?
I am sorry if information is missing for my doubt. I will add soon.
So @anonimo, even though you have a relationship of (0.n) and (1.n)? Should I disregard the minimum cardinality? If you can explain me better.
– user152996
The problem of minimum cardinality is dealt with by whether or not the occurrence of the value in the foreign key.
– anonimo
Right. Thank you for the answer explained. On the negative vote, what should I do in question?
– user152996
I do not know. I have no idea who gave such a vote and for what reason.
– anonimo