J
Jerry Whittle
What is the primary key of the Meter table? That field should be the foreign
key in the Connection table. This will only work if a Connection requires one
and only one Meter. If a Connection does not require a Meter or can have more
than one Meter, then you need a third table to bridge or link the Meter and
Connection table.
I'm also assuming that a Connection can only have one Premise.
key in the Connection table. This will only work if a Connection requires one
and only one Meter. If a Connection does not require a Meter or can have more
than one Meter, then you need a third table to bridge or link the Meter and
Connection table.
I'm also assuming that a Connection can only have one Premise.