| 571 | |
| 572 | \\ **R,,22222222222,,** не е во 2NF поради diagnostics_id-> diagnostics_description |
| 573 | \\ diagnostics_id +={ diagnostics_id, diagnostics_description} |
| 574 | \\ **R,,222222222221,,** (diagnostics_id, diagnostics_description) клуч diagnostics_id BCNF |
| 575 | \\ **F,,222222222221,,** {diagnostics_id-> diagnostics_description} |
| 576 | \\ **R,,222222222222,,** ( diagnostics_id, medecines_id, manufacturers_name, medecines_description, |
| 577 | manufacturers_id, city, state, manufacturers_name, manufacturers_description, pets_name, |
| 578 | color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id, |
| 579 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| 580 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| 581 | ) |
| 582 | \\ **F,,222222222222,,** = (medecines_id-> medecines_name, medecines_description |
| 583 | \\ pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id, pet_status_id |
| 584 | \\ pet_galery_id->image, pets_id |
| 585 | \\ orders_id → userid |
| 586 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| 587 | \\ products_id, orders_id → quantity |
| 588 | \\ breeds_id-> breeds_name, type_of_pets_id |
| 589 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| 590 | \\ medecines_id → manufacturers_id |
| 591 | ) |
| 592 | \\ **R,,222222222222,, n R,,222222222221,,** = diagnostics_id, клуч за R,,222222222221,, => нема губење на податоци. |