in reply to Re: SQL Joins across Subclasses
in thread SQL Joins across Subclasses
Actually, it sounds like a case of what CJ Date calls the "First Great Blunder", which is equating object classes with tables (as opposed to domains/data types).
Date would probably suggest using three tables (common attributes in one, unique attributes in two others) and views to solve the problem that was originally posted. Unfortunately, no RDBMS today supports proper (always updateable) views, AFAIK.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: SQL Joins across Subclasses
by djantzen (Priest) on Jan 12, 2003 at 02:53 UTC | |
by herveus (Prior) on Jan 13, 2003 at 14:15 UTC | |
by autarch (Hermit) on Jan 16, 2003 at 05:57 UTC |