D
Daniel Bello Urizarri
Hello: A design subject:
I have two tables that define a similar data set and another different data
set.
Table: CableCopper (id, code, type...., Caliber, Pairs)
Table: CableFiber (id, code, type...., Mark, Caract)
And one third table for which it is not important if the cable is Fiber or
Copper, but needs to guarantee referential integrity with some cable.
Table: Joint (idCable...)
Some suggestion for a robust design?
I have two tables that define a similar data set and another different data
set.
Table: CableCopper (id, code, type...., Caliber, Pairs)
Table: CableFiber (id, code, type...., Mark, Caract)
And one third table for which it is not important if the cable is Fiber or
Copper, but needs to guarantee referential integrity with some cable.
Table: Joint (idCable...)
Some suggestion for a robust design?