Changes between Version 12 and Version 13 of P5


Ignore:
Timestamp:
04/17/26 23:40:22 (2 weeks ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P5

    v12 v13  
    7878We analyze the global relation R with candidate key:
    7979CK = {chapter_id, genre_id, list_id, notification_id, suggestion_id, comment_id, status, content_type, suggestion_type, roles, permission_level}
    80 Since CK is composite, we check R for partial dependencies — cases where a proper subset of CK determines a non-prime attribute:
     80Since CK is composite, we check R for partial dependencies:
    8181
    8282chapter_id → chapter_number, chapter_name, title, chapter_content, word_count, rating, published_at, view_count, story_id, chapter_created_at, chapter_updated_at — partial dependency, violates 2NF