| 483 | \\ **R,,2222222,,** не е во 2NF поради cities_id-> cities_name |
| 484 | \\ cities_id +={cities_id, cities_name} |
| 485 | \\ **R,,22222221,,** (cities_id, cities_name) клуч cities_id BCNF |
| 486 | \\ **F,,22222221,,** { cities_id-> cities_name} |
| 487 | \\ **R,,22222222,,** ( cities_id, reports_id, reports_description, pets_id, pet_status_id, node, |
| 488 | pet_status_type, therapy_id, appoitmentDate, therapy_description, diagnostics_id, |
| 489 | diagnostics_description, medecines_id, manufacturers_name, medecines_description, |
| 490 | manufacturers_id, city, state, manufacturers_name, manufacturers_description, pets_name, |
| 491 | color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id, |
| 492 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| 493 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| 494 | ) |
| 495 | \\ **F,,22222222,,** = (reports_id-> reports_description, pets_id |
| 496 | \\ reports_id , pets_id→ users_id |
| 497 | \\ pet_status_id->node, pet_status_type |
| 498 | \\ therapy_id->appoitmentDate, therapy_description |
| 499 | \\ diagnostics_id-> diagnostics_description |
| 500 | \\ medecines_id-> medecines_name, medecines_description |
| 501 | \\ pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id |
| 502 | \\ pet_galery_id->image, pets_id |
| 503 | \\ orders_id → userid |
| 504 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| 505 | \\ products_id, orders_id → quantity |
| 506 | \\ breeds_id-> breeds_name, type_of_pets_id |
| 507 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| 508 | \\ medecines_id → manufacturers_id |
| 509 | \\ vet_centers_id, pets_id → pet_status_id) |
| 510 | \\ **R,,22222222,, n R,,22222221,,** = cities_id, клуч за R,,22222221,, => нема губење на податоци. |
| 511 | |
| 512 | |