Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: abstraction of table relationships

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@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? :-)

Received on Thu Sep 07 2006 - 04:56:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US