Changes between Version 17 and Version 18 of Normalization


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v17 v18  
    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)