Changes between Version 39 and Version 40 of Normalization


Ignore:
Timestamp:
05/05/26 10:05:48 (3 weeks ago)
Author:
221296
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v39 v40  
    252252[[BR]]
    253253- !UserEntity(user_id, first_name, last_name, email, password, role)
    254  PK: user_id
     254  PK: user_id
    255255
    256256- Derived from:
     
    259259- Lossless Join Check:
    260260
    261 R ∩ UserEntity = {user_id}
    262 user_id → UserEntity
     261  R ∩ !UserEntity = {user_id}
     262  user_id → UserEntity
    263263
    264264⇒ The decomposition is lossless
     
    266266- Dependency Preservation:
    267267
    268  FD1 is fully contained in UserEntity
    269 
    270 ⇒ PRESERVED
     268 FD1 is fully contained in !UserEntity
     269
     270 ⇒ PRESERVED
    271271
    272272