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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Data Modeling "the third way ?"

Re: Data Modeling "the third way ?"

From: Andy Hardy <junkmail_at_[127.0.0.1>
Date: Thu, 10 Apr 2003 21:24:45 +0100
Message-ID: <e9NCFWTNMdl+Ew4d@hardyfamily.plus.com>


In message <b515b4da.0304101021.36434d67_at_posting.google.com> , Dario Rossa <dario.rossa_at_mature.be> writes

>- No relationships between tables.
>- Table A contains in one of the columns the name of the related table
>- Table A contains the record number of the related table, mentioned
>in the column above.

I've worked on something similar in a Bill Of Materials database. The main table contained 'common' attributes, whilst other tables contained the attributes specific to a particular item type. The main table also contained the name of the table in which the specific details were kept and that table would have the same item id as the main table.

It was flexible, but you spent quite a bit of time doing double queries to find complete item details that you were interested in.

Andy

-- 
Andy Hardy. PGP ID: 0xA62A4849
Received on Thu Apr 10 2003 - 15:24:45 CDT

Original text of this message

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