J
Janis
tblArea
AreaID
area
tblHeadEnd
HeadEndID
AreaID
headend
tblRouter
RouterID
HeadEndID
router
tblPorts
PortID
RouterID
tblTransmitter
TransmitterID
PortID
transmitter
PortID
RouterID
tblNodes
NodeID
transmitterID
tblNodeNamesID
NodeID
ParentNodeName
date created
tblUtilization
utilID
NodeID
percentage
Date
There are nodes that divide when the utilization is over 50%. They might
have the name ABCD and when it divides it will have two new nodes ABCD-A and
ABCD-B. Then one will get moved to a new transmitter. I have the date
created in nodes and the parentnode. On my weekly report I need to still
show the parent node even if there is no
utilization.
How do I relate the parent node to the two new nodes in my table structure?
So if I have a relationship from ParentNodeName to NodeID this would be a
self join? but it would show the old name ABCD and the related two new childs
ABCD-A and ABCD-B? assuming I can figure out how to do the data input to show
the move.
tia,
AreaID
area
tblHeadEnd
HeadEndID
AreaID
headend
tblRouter
RouterID
HeadEndID
router
tblPorts
PortID
RouterID
tblTransmitter
TransmitterID
PortID
transmitter
PortID
RouterID
tblNodes
NodeID
transmitterID
tblNodeNamesID
NodeID
ParentNodeName
date created
tblUtilization
utilID
NodeID
percentage
Date
There are nodes that divide when the utilization is over 50%. They might
have the name ABCD and when it divides it will have two new nodes ABCD-A and
ABCD-B. Then one will get moved to a new transmitter. I have the date
created in nodes and the parentnode. On my weekly report I need to still
show the parent node even if there is no
utilization.
How do I relate the parent node to the two new nodes in my table structure?
So if I have a relationship from ParentNodeName to NodeID this would be a
self join? but it would show the old name ABCD and the related two new childs
ABCD-A and ABCD-B? assuming I can figure out how to do the data input to show
the move.
tia,