We have some tables that has relation together in following design:
T1 --> T2 --> T3 --> T4 --> T1
So I think we have circular relation in our design.
I want to know, is it OK in database design?
We have some tables that has relation together in following design:
T1 --> T2 --> T3 --> T4 --> T1
So I think we have circular relation in our design.
I want to know, is it OK in database design?