Changes between Version 14 and Version 15 of P5


Ignore:
Timestamp:
04/21/26 00:23:28 (12 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P5

    v14 v15  
    9090=== 2NF Decomposition
    9191After decomposition we verify that every resulting relation satisfies 2NF:
     92
    9293USERS(user_id, username, email, user_name, surname, password, user_created_at, user_updated_at) → simple primary key user_id, so it satisfies 2NF.
    9394STORY(story_id, mature_content, short_description, image, story_content, user_id, story_created_at, story_updated_at) → simple primary key story_id, so it satisfies 2NF.