Changes between Version 40 and Version 41 of Normalization


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v40 v41  
    252252[[BR]]
    253253- !UserEntity(user_id, first_name, last_name, email, password, role)
     254 
    254255  PK: user_id
    255256
    256257- Derived from:
     258
    257259 FD1: user_id → first_name, last_name, email, password, role
    258260
     
    260262
    261263  R ∩ !UserEntity = {user_id}
    262   user_id → UserEntity
    263 
    264 ⇒ The decomposition is lossless
     264
     265  user_id → !UserEntity
     266
     267  ⇒ The decomposition is lossless
    265268
    266269- Dependency Preservation: