Re: abstraction of table relationships

From: Jan Hidders <hidders_at_gmail.com>
Date: 7 Sep 2006 02:56:36 -0700
Message-ID: <1157622996.338185.250480_at_m79g2000cwm.googlegroups.com>


Marshall wrote:
> [...] He gave the example of Books and Authors.
> If they have a many-to-many relationship, he said it would
> be better if one could query all books by a given author
> in a simpler way, and have the system find the relationship
> automatically. So you could, say, simply:
>
> SELECT * from Books where AuthorId = 'Jane Austen';
>
> even if Author weren't a field of Books. The system
> would look at the schema for Books, and locate the
> "path" in the system whereby it could uniquely attribute
> an Author.

Oh my God! Do we really have to debate the Universal Relation Model again? :-)

  • Jan Hidders
Received on Thu Sep 07 2006 - 11:56:36 CEST

Original text of this message