Changes between Version 6 and Version 7 of Normalization
- Timestamp:
- 01/28/26 02:52:32 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Normalization
v6 v7 90 90 Because the universal relation combines users, builds, components, reviews, and suggestions, a minimal key must uniquely identify all of them. 91 91 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 }92 The artifical candidate key is {user_id, build_id, component_id, review_id, suggestion_id, build_component_id} 93 94 Universal relation primary key = {user_id, build_id, component_id, review_id, suggestion_id, build_component_id} 95 95 96 96 == 1NF Decomposition
