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: Normalization and Derived Information

Re: Normalization and Derived Information

From: --CELKO-- <jcelko212_at_earthlink.net>
Date: 22 Sep 2004 19:47:44 -0700
Message-ID: <18c7b3c2.0409221847.2c7cc2c6@posting.google.com>


>> I'm wondering about the precise status of derived columns in terms
of 1nf,
2nf and so forth. <<

Tom Johnston did a series of articles on other forms of redundancy than normalization problems that would be worth pulling up.

It is bad if you materialize the computed column because it can get out of synch with the columns used to compute it. We used to have that problem all the time in punch card systems.

But technically the table can be normalized up to Domain Key Normal Form (DKNF), where we are allowed to have contraints like " CHECK (total_price = qty_ordered * unit_price)" as part of the definition as well as FDs. Received on Wed Sep 22 2004 - 21:47:44 CDT

Original text of this message

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