| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: The MySQL/PHP pair
"Bill H" <wphaskettatTHISISMUNGEDadvantosdotnet> wrote:
>> >> So my original question was about 1NF. You stated that 1NF will not
>> auditable systems, but it seems to me that we will violate 3NF, not 1NF. >> Did I mistake your meaning?
For my own sanity I have been able to come up with a rule on normalization that I have yet to break.
Ruthlessly Normalize all user-entered data (even if the user is an EDI routine supplying the information). The only denormalization is the audit/automation information which is built on top of the normalized columns. This requires the general constraint that a direct INSERT or UPDATE statement cannot affect audit/automated columns, but after that you have the best of both worlds.
-- Kenneth Downs Use first initial plus last name at last name plus literal "fam.net" to email meReceived on Thu Nov 11 2004 - 06:52:34 CST
![]() |
![]() |