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: XQuery question

Re: XQuery question

From: Neo <neo55592_at_hotmail.com>
Date: 19 May 2003 06:06:22 -0700
Message-ID: <4b45d3ad.0305190506.66d5a2f9@posting.google.com>


> Given meta-data tables that describe relations between tables, and the names
> of two columns in any two tables, determine if a set of JOIN conditions can
> be constructed for a generated SELECT statement.

I see the potential use, but wouldn't that be a very limited graph since according to Date's 6th Ed "Intro to Db Sys" each tuple's attribute is based on a domain and domains are defined as having scalar values, or has this been corrected? If domains have scalar values, wouldn't the number of levels to determine whether two attributes are joinable always be the same?

> ... "describe relations between tables" ...

Since the relational data model (rdm) defines a "relation" as being a set of tuples which is generally conceptualized as a table, the above sentence in rdm-speak would translate to "tables between tables" which is probably not what you meant. What word did rdm formally assign to the word "relation" as used in the above sentence? Surely rdm has a formal word for that very basic and fundamental concept. Received on Mon May 19 2003 - 08:06:22 CDT

Original text of this message

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