Changes between Version 26 and Version 27 of Normalization


Ignore:
Timestamp:
04/27/26 02:59:23 (5 days ago)
Author:
221296
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v26 v27  
    350350== Check for BCNF
    351351Each 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 → BCNF
     352* `UserEntity`: user_id is key → BCNF
    353353* Users: user_id is key → BCNF
    354354* Administrators: admin_id is key → BCNF