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: A Normalization Question

Re: A Normalization Question

From: Neo <neo55592_at_hotmail.com>
Date: 30 Jun 2004 10:59:42 -0700
Message-ID: <4b45d3ad.0406300959.36b2b9d2@posting.google.com>


> THINGS
> thing_tin (pk),
> name,
> vendor_tin (fk),
> etc (fk)
>
> VENDOR_ATTRIBUTES
> vendor_tin (pk/fk), ...
>
> ETC_ATTRIBUTES
> ...

If one wanted to store two persons named brown whose color was also brown, how could one use the above schema and avoid redundancy? Received on Wed Jun 30 2004 - 12:59:42 CDT

Original text of this message

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