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: x <x-false_at_yahoo.com>
Date: Fri, 2 Jul 2004 16:22:43 +0300
Message-ID: <40e5608c@post.usenet.com>

"Alan" <alan_at_erols.com> wrote in message news:2kggoeF24agdU1_at_uni-berlin.de...

> You could normalize to a higher NF to prevent storing the value of either
> attribute more than once. This is done is real estate databases to save
> space:

> STREETS
> street_id
> street_name

> HOUSES
> house_number
> street_id
> etc

> The idea here is that the street_id will _usually_ take less space on disk
> than the street name, so it is not necessary to record the street name for
> each house- just the street id.

No. The idea here is that you may need to know if a given street exists and what houses are on it.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Received on Fri Jul 02 2004 - 08:22:43 CDT

Original text of this message

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