Changes between Version 6 and Version 7 of Normalization
- Timestamp:
- 04/21/26 00:55:37 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Normalization
v6 v7 89 89 == Candidate keys and primary key selection 90 90 === Determining a candidate key 91 To determine a candidate key of the universal de-normalized relation, we must identify a minimal set of identifiers whose closure determines all attributes in R. 91 To determine a candidate key of the universal de-normalized relation, we identify a minimal set of identifiers whose closure determines all attributes of R. 92 93 Because the universal relation combines several independent components of the system (subscriptions, payments, support tickets, course-category assignments, quiz attempts, and certificates), the candidate key must include one identifier from each independent component that is not functionally determined by another component.. 92 94 {{{#!comment It is not correct to simply collect all identifiers, because some identifiers are functionally determined by others. For example: 93 95 application_id → clinic_id
