Hi everyone!
Generically, I have this mysql relationship:
table_A--table_B--table_C--table_D--table_E--table_F
Now, I need to link table_A to table_F.
Is it right to link A to F (making a cycle) or I'll have to access table F throughout all the other tables?
Thanks!
Generically, I have this mysql relationship:
table_A--table_B--table_C--table_D--table_E--table_F
Now, I need to link table_A to table_F.
Is it right to link A to F (making a cycle) or I'll have to access table F throughout all the other tables?
Thanks!