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: Relational/hierarchical data problem

Re: Relational/hierarchical data problem

From: Neo555 <member15981_at_dbforums.com>
Date: Sat, 22 Feb 2003 00:31:09 +0000
Message-ID: <2560794.1045873869@dbforums.com>

Given:

g10 g12

g20(10,12)   g22(10,12)
g30(20,22)   g32(20,22)   g34(20,22)
g40(30,32)   g42(30,32)   g44(32,34)  g46(32,34)

Would the following be correct?

Consaguinity Report for g40
Goat1 GoatX CmnAnc Dist

g40     g10     g10     3
g40     g12     g12     3
g40     g20     g20     2
g40     g22     g22     2
g40     g30     g30     1
g40     g32     g32     1
g40     g34     g20     3
g40     g42     g30     2
g40     g44     g32     2
g40     g46     g32     2

--
Posted via http://dbforums.com
Received on Fri Feb 21 2003 - 18:31:09 CST

Original text of this message

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