Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help Hierarchical representation in Oracle 8
Is there an object for representing a hierarchical representation like that
:
A is father of B A is father of C C is father of D
my solution is the creation of 2 TABLES , but it's too heavy !!:
TABLE 1: NAME (unique)
TABLE 2: FATHER_NAME, NAME
and in TABLE2, i put theses datas in order to know if D is the child of A :
FATHER CHILD A B A C C D A D generatedautomatically from the previous values
help me ... to find a good an speedy solution
Thanks all
P. Vigant Received on Fri Mar 12 1999 - 04:32:14 CST
![]() |
![]() |