Changes between Version 20 and Version 21 of Normalization


Ignore:
Timestamp:
07/16/26 06:50:56 (10 days ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v20 v21  
    341341
    342342{{{#!c++
    343 Primary Key Non-key Attribute A
    344 Non-key Attribute A Non-key Attribute B
     343Primary Key -> Non-key Attribute A
     344Non-key Attribute A -> Non-key Attribute B
    345345}}}
    346346
    347 
    348 
    349 
    350 
    351 
    352 
     347which means
     348
     349{{{#!c++
     350Primary Key → Non-key Attribute B
     351}}}
     352
     353indirectly.
     354
     355
     356
     357
     358
     359
     360