How to create inheritance in Oracle Data Modeler

I cannot bind entity inheritance in Oracle SQL Data Modeler (v3.1, most recent).

Another problem: how to create a structured type?

Does anyone help? I tried with Google and help inside the software, I did not find.

+3
source share
1 answer

The best way is to create a subtype table whose primary key is the foreign key of the supertype table. Any new columns for the subtype are added to this table.

" ". - ( ) ( ). , .

0

All Articles