Which MDB table(s) stores a Configuration Item (CI) relationship list?
If relationships are created between CIs, they are stored as parent child relationships in the Business_Management MDB table (busmgt is the SQL name).
The columns would be hier_parent and hier_child.
The relationship types are stored in the ci_rel_t ype MDB table.