Changes between Version 26 and Version 27 of Normalization
- Timestamp:
- 04/27/26 02:59:23 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Normalization
v26 v27 350 350 == Check for BCNF 351 351 Each resulting relation is also in BCNF, because in every non-trivial functional dependency within a relation, the determinant is a superkey of that relation. 352 * UserEntity: user_id is key → BCNF352 * `UserEntity`: user_id is key → BCNF 353 353 * Users: user_id is key → BCNF 354 354 * Administrators: admin_id is key → BCNF
