Hi,
How can I get rid of a circular relationship in my db structure. I have an entity called Item. An item can have a sub item/s (circular relationship). An item can have more than one rate depending on what financial year it is(rate_per_year entity created for that purpose and a 1-m relationship). If an item has a sub item, then it may have no rates(I need this relationship broken if a sub item is created). Any help will be greatly appreciated.
Thanx in advance