| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: A Normalization Question
Neo wrote:
> "Having several copies" (ie 'brown', 'brown', 'brown') is redundant.
Not necessarily:
create table house_color (
customer_id numeric(5) not null, exterior_color varchar(10) not null, interior_color varchar(10) not null,
Here a tuple that contained ('brown', 'brown', 'brown') would be representing three independent, distinct facts, therefore it would not be redundant. Jan was correct when he said, "not things, facts." There is one -thing- three times, but that simply doesn't matter.
Larry Coon
University of California
Received on Tue Jul 06 2004 - 16:39:59 CDT
![]() |
![]() |