Is there a detailed notational guide for the Relational model diagrams generated by the Oracle Data Modeler?
I'm using Oracle Data Modeler to generate Relational Models for an existing database. It generated a diagram, but I'm not able to decode all the notations in the diagram.
Some of the notations are:
- arrows
- asterisks (red)
- Aphabetical notations (like P, F)
- Symbols (like diamond, key)
- Abbreviations (like IX)
By mere inference, the above correspond to:
- foreign key references
- ??
- P - Private key; F - Foreign key
- key - Private key
- ??
However, I'm wondering if there is a detailed notational guide for the Oracle Data Modeler?
I searched for it online, but could find none.