Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple Denormalized vs Normalized Example
Message
 
À
23/12/1999 14:40:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00308138
Message ID:
00308326
Vues:
28
John,

Got it, but you not showing any denormalization at all. A field is not redundant simply because it has the same name and similar data. To be redundant the two fields must have the same domain which includes (in addition to common datatype size etc) a definition. The definition must be duplicated as well.

In your example, the price in the in te Rates table is defined as The curretn rate" and the one in teh calls table is "The effective rate at the time of this call". So, you see there is no redundant data and infact the rate being in bopth tables is normalized because those two fields are different domains.

This is a good example of what I meant when I said that I have seen many situations where a developer claims that normalization is not always good and shows me an example of where normalization would break a system. It invariably turns out that the example was, in fact, normalized.

Your two examples are both fully normalized in regards to the fields you discussed.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform