Reputation: 531
I am using Oracle Sql Developer Datamodeler to view table relationships as an ERD.
I have selected tables from the schema that are related and have common keys. Still Oracle Sql Developer Datamodeler does not show how the tables are related. Why?
Upvotes: 0
Views: 3842
Reputation: 1
If you have your relationships correct and still not showing the relationships, please disconnect and connect back the db connections in SQL Developer. You will be able to see the relationships properly
Upvotes: 0
Reputation: 26
I am suspecting that there is no foreign key relation in your table design.
Upvotes: 1