Changes between Version 18 and Version 19 of Normalization


Ignore:
Timestamp:
04/27/26 00:04:33 (5 days ago)
Author:
221296
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v18 v19  
    237237After removing the partial dependencies, we obtain the following relations:
    238238
    239 - UserEntity (user_id, first_name, last_name, email, password, role)
     239- `UserEntity (user_id, first_name, last_name, email, password, role)`
    240240- Users(user_id)
    241241- Administrators(admin_id, user_id)