EXPERT RESPONSE
I don't know of any database engine that supports subtype entities
through DRI.
While you are correct and many E-R products allow subtype entities, I don't
know of any database engine that enforces them. Doing so would violate the
Atomicity requirement of an ACID database, which would make the engine
non-ACID as well as non-SQL compliant.
For More Information
|