57 | | R,,1,,(genre_id, genre_type) |
58 | | R,,2,,(person_id, person_fullname, person_type, date_of_birth, person_image_url, person_description) |
59 | | R,,3,,(movie_id, movie_title, movie_description, movie_image_url, imdb_rating, airing_date) |
60 | | R,,4,,(username, user_id, user_fullname, password, email) |
61 | | R,,5,,(user_id, person_id, person_stars_rated, person_reason) |
62 | | R,,6,,(user_id, movie_id, movie_stars_rated, movie_reason) |
63 | | R,,7,,(discussion_id, discussion_type, discussion_text, discussion_title, discussion_date, movie_id, person_id) |
64 | | R,,8,,(discussion_id, reply_id, reply_text, reply_date) |
| 57 | R,,1,,(genre_id, genre_type) \\ |
| 58 | R,,2,,(person_id, person_fullname, person_type, date_of_birth, person_image_url, person_description) \\ |
| 59 | R,,3,,(movie_id, movie_title, movie_description, movie_image_url, imdb_rating, airing_date) \\ |
| 60 | R,,4,,(username, user_id, user_fullname, password, email) \\ |
| 61 | R,,5,,(user_id, person_id, person_stars_rated, person_reason) \\ |
| 62 | R,,6,,(user_id, movie_id, movie_stars_rated, movie_reason) \\ |
| 63 | R,,7,,(discussion_id, discussion_type, discussion_text, discussion_title, discussion_date, movie_id, person_id) \\ |
| 64 | R,,8,,(discussion_id, reply_id, reply_text, reply_date) \\ |
75 | | R,,1,,(genre_id, genre_type) - BCNF поради тоа што genre_id и genre_type се кандидат клучеви, односно супер клучеви, во оваа табела. |
76 | | R,,2,,(person_id, person_fullname, person_type, date_of_birth, person_image_url, person_description) - BCNF, функциските зависности доаѓаат само од person_id што е кандидат клуч. |
77 | | R,,3,,(movie_id, movie_title, movie_description, movie_image_url, imdb_rating, airing_date) - BCNF, функциските зависности доаѓаат само од кандидат клучевите. |
78 | | R,,4,,(username, user_id, user_fullname, password, email) - BCNF, функциските зависности доаѓаат само од кандидат клучевите. |
79 | | R,,5,,(user_id, person_id, person_stars_rated, person_reason) - BCNF, не постојат нетривијални функциски зависности без да биде вклучен кандидат клучот. |
80 | | R,,6,,(user_id, movie_id, movie_stars_rated, movie_reason) - BCNF, не постојат нетривијални функциски зависности без да биде вклучен кандидат клучот. |
81 | | R,,7,,(discussion_id, discussion_type, discussion_text, discussion_title, discussion_date, movie_id, person_id) - 2 нормална форма постојат транзитивни функциски зависности на discussion_id произлезени од movie_id и person_id кои што не се кандидат клучвеи во оваа табела. Мора оваа табела да се разложи на 3 табели. |
| 75 | R,,1,,(genre_id, genre_type) - BCNF поради тоа што genre_id и genre_type се кандидат клучеви, односно супер клучеви, во оваа табела. \\ |
| 76 | R,,2,,(person_id, person_fullname, person_type, date_of_birth, person_image_url, person_description) - BCNF, функциските зависности доаѓаат само од person_id што е кандидат клуч. \\ |
| 77 | R,,3,,(movie_id, movie_title, movie_description, movie_image_url, imdb_rating, airing_date) - BCNF, функциските зависности доаѓаат само од кандидат клучевите. \\ |
| 78 | R,,4,,(username, user_id, user_fullname, password, email) - BCNF, функциските зависности доаѓаат само од кандидат клучевите. \\ |
| 79 | R,,5,,(user_id, person_id, person_stars_rated, person_reason) - BCNF, не постојат нетривијални функциски зависности без да биде вклучен кандидат клучот. \\ |
| 80 | R,,6,,(user_id, movie_id, movie_stars_rated, movie_reason) - BCNF, не постојат нетривијални функциски зависности без да биде вклучен кандидат клучот. \\ |
| 81 | R,,7,,(discussion_id, discussion_type, discussion_text, discussion_title, discussion_date, movie_id, person_id) - 2 нормална форма постојат транзитивни функциски зависности на discussion_id произлезени од movie_id и person_id кои што не се кандидат клучвеи во оваа табела. Мора оваа табела да се разложи на 3 табели. \\ |
| 82 | |
| 83 | R,,71,,(discussion_id, discussion_text, discussion_title, discussion_date, movie_id, person_id) - BCNF, сите функциски зависности потекнуваат од кандидат клуч. \\ |
| 84 | R,,72,,(movie_id, discussion_type) - BCNF, сите функциски зависности потекнуваат од кандидат клуч. \\ |
| 85 | R,,73,,(person_id, discussion_type) - BCNF, сите функциски зависности потекнуваат од кандидат клуч. \\ |
83 | | R,,71,,(discussion_id, discussion_text, discussion_title, discussion_date, movie_id, person_id) - BCNF, сите функциски зависности потекнуваат од кандидат клуч. |
84 | | R,,72,,(movie_id, discussion_type) - BCNF, сите функциски зависности потекнуваат од кандидат клуч. |
85 | | R,,73,,(person_id, discussion_type) - BCNF, сите функциски зависности потекнуваат од кандидат клуч. |
| 87 | R,,8,,(discussion_id, reply_id, reply_text, reply_date) - BCNF, не постојат нетривијални функциски зависности без да биде вклучен кандидат клучот. \\ |
91 | | R,,11,,(user_id, movie_id) |
92 | | R,,12,,(user_id, discussion_id) |
93 | | R,,13,,(user_id, discussion_id, reply_id) |
94 | | R,,14,,(movie_id, person_id) |
95 | | R,,15,,(user_id, discussion_id) |
96 | | R,,16,,(user_id, discussion_id, reply_id) |
| 93 | R,,11,,(user_id, movie_id) \\ |
| 94 | R,,12,,(user_id, discussion_id) \\ |
| 95 | R,,13,,(user_id, discussion_id, reply_id) \\ |
| 96 | R,,14,,(movie_id, person_id) \\ |
| 97 | R,,15,,(user_id, discussion_id) \\ |
| 98 | R,,16,,(user_id, discussion_id, reply_id) \\ |