| | 618 | |
| | 619 | \\ **R,,2222222222222,,** не е во 3NF поради manufacturers_id->city, state, manufacturers_name, manufacturers_description |
| | 620 | \\ manufacturers_id+={ manufacturers_id, city, state, manufacturers_name, manufacturers_description} |
| | 621 | \\ **R,,22222222222221,,** ( manufacturers_id, city, state, manufacturers_name, manufacturers_description) клуч manufacturers_id BCNF |
| | 622 | \\ **F,,22222222222221,,** {manufacturers_id->city, state, manufacturers_name, manufacturers_description } |
| | 623 | \\ **R,,22222222222222,,** ( manufacturers_id, pets_name,color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id, |
| | 624 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| | 625 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| | 626 | ) |
| | 627 | \\ **F,,22222222222222,,** = (pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id, pet_status_id |
| | 628 | \\ pet_galery_id->image, pets_id |
| | 629 | \\ orders_id → userid |
| | 630 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| | 631 | \\ products_id, orders_id → quantity |
| | 632 | \\ breeds_id-> breeds_name, type_of_pets_id |
| | 633 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| | 634 | ) |
| | 635 | \\ **R,,22222222222222,, n R,,22222222222221,,** = manufacturers_id, клуч за R,,22222222222221,, => нема губење на податоци. |
| | 636 | |
| | 637 | |
| | 638 | \\ **R,,22222222222222,,** не е во 3NF поради pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id, pet_status_id |
| | 639 | \\ pets_id+={ pets_id, pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id, pet_status_id} |
| | 640 | \\ **R,,222222222222221,,** ( pets_id, pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id, pet_status_id) клуч pets_id BCNF |
| | 641 | \\ **F,,222222222222221,,** {pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id, pet_status_id} |
| | 642 | \\ **R,,222222222222222,,** ( pets_id, pet_galery_id, image, orders_id, |
| | 643 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| | 644 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| | 645 | ) |
| | 646 | \\ **F,,222222222222222,,** = (pet_galery_id->image, pets_id |
| | 647 | \\ orders_id → userid |
| | 648 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| | 649 | \\ products_id, orders_id → quantity |
| | 650 | \\ breeds_id-> breeds_name, type_of_pets_id |
| | 651 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| | 652 | ) |
| | 653 | \\ **R,,222222222222222,, n R,,222222222222221,,** = pets_id, клуч за R,,222222222222221,, => нема губење на податоци. |