Changes between Version 43 and Version 44 of Normalization


Ignore:
Timestamp:
05/05/26 10:42:16 (3 weeks ago)
Author:
221296
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v43 v44  
    246246
    247247== Decomposition to 2NF
    248 {{{
     248
    249249=== We eliminate partial dependencies by decomposing R into smaller relations such that each determinant becomes a primary key in its own relation.
    250250
     
    565565Therefore, the decomposition satisfies Second Normal Form (2NF).
    566566
    567 }}}
     567
    568568== Check for 3NF (and decomposition)
    569569Now we look for transitive dependencies inside the relations obtained after the 2NF decomposition.