Changes between Version 6 and Version 7 of Normalization


Ignore:
Timestamp:
01/28/26 02:52:32 (12 days ago)
Author:
233144
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v6 v7  
    9090Because the universal relation combines users, builds, components, reviews, and suggestions, a minimal key must uniquely identify all of them.
    9191
    92 The artifical candidate key is {user_id, build_id, component_id, review_id, suggestion_id}
    93 
    94 Universal relation primary key = {user_id, build_id, component_id, review_id, suggestion_id}
     92The artifical candidate key is {user_id, build_id, component_id, review_id, suggestion_id, build_component_id}
     93
     94Universal relation primary key = {user_id, build_id, component_id, review_id, suggestion_id, build_component_id}
    9595
    9696== 1NF Decomposition