Is there an overview of the exposed tables where I can see how the entities in each table relate to each other?
It some times take a bit of guess work to figure out that for instance Orion.Nodes.NodeID and Orion.Events.NetObjectID relate to each other. And if Cirrus.Nodes.NodeID of type System.Guid match up with Orion.Nodes.NodeID of type System.Int32
The Schemas that are installed together with the SDK does not specify relationships.