Changes between Version 7 and Version 8 of RelationalDesign


Ignore:
Timestamp:
07/03/26 12:52:15 (8 days ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v7 v8  
    237237
    238238[attachment:relational_schema.jpg relational_schema.jpg]
     239
     240== Normalization result ==
     241
     242The formal normalization process performed in Phase P5 confirmed that the relational schema from Phase P2 is already normalized to BCNF. The final normalized model obtained in Phase P5 contains the same relations as the implemented Phase P2 design. Therefore, no structural changes to the PostgreSQL schema, DDL script, DML script, or prototype implementation are required.