A harbor-pilot office wants to study which docks connect through shared tug assignments. What is the natural shape of that data?
Select an answer to reveal the explanation.
Short Explanation
Docks connect through shared tug assignments. That is a graph: entities plus relationships. A bag of independent rows hides those links, and token sequences are the wrong shape.
Full Explanation
Shared tug assignments are relationships among entities, so the data is a network. A bag of independent rows hides those links. Token sequences and datacenter loops are the wrong shape.