Changes between Version 12 and Version 13 of P5
- Timestamp:
- 04/17/26 23:40:22 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
P5
v12 v13 78 78 We analyze the global relation R with candidate key: 79 79 CK = {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:80 Since CK is composite, we check R for partial dependencies: 81 81 82 82 chapter_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
