I understand when to use 1:N or N:1 also N:N.
But say, if two entities A and B i create 1(A):N(B) later i feel the need to have opposite relationship 1(B):N(A), then my questoions are :
1) Is it okay to create the opposite relationship, any cons?
2) How is this 1:N and then N:1 on same set of entities be different from having a N:N relationship instead, should I have considered N:N in this kind of scenario, having N:N is good to have or not?
Thanks,
PS