| 420 | |
| 421 | \\ **R22222** не е во 3NF поради blog_post_for_consultation_id -> blog_post_title, blog_post_description, dateAsked, users_id |
| 422 | \\ blog_post_for_consultation_id +={blog_post_for_consultation_id, blog_post_title, blog_post_description, dateAsked, users_id} |
| 423 | \\ **R222221** (blog_post_for_consultation_id, blog_post_title, blog_post_description, dateAsked, users_id) клуч users_id BCNF |
| 424 | \\ **F22221** { users_id -> first_name, last_name, phoneNumber, email, password, roles_id } |
| 425 | \\ **R22222** (users_id, blog_post_for_consultation_id, blog_post_title, |
| 426 | blog_post_description, dateAsked, blog_post_answers_id, parent_id, reply, date_answers, |
| 427 | cities_id, cities_name, reports_id, reports_description, pets_id, pet_status_id, node, |
| 428 | pet_status_type, therapy_id, appoitmentDate, therapy_description, diagnostics_id, |
| 429 | diagnostics_description, medecines_id, manufacturers_name, medecines_description, |
| 430 | manufacturers_id, city, state, manufacturers_name, manufacturers_description, pets_name, |
| 431 | color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id, |
| 432 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| 433 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| 434 | ) |
| 435 | \\ **F22222** = (blog_post_for_consultation_id -> blog_post_title, blog_post_description, dateAsked, users_id |
| 436 | \\ blog_post_answers_id ->parent_id, reply, date_answers, blog_post_for_consultation_id, users_id |
| 437 | \\ cities_id-> cities_name |
| 438 | \\ reports_id-> reports_description, pets_id |
| 439 | \\ reports_id , pets_id→ users_id |
| 440 | \\ pet_status_id->node, pet_status_type |
| 441 | \\ therapy_id->appoitmentDate, therapy_description |
| 442 | \\ diagnostics_id-> diagnostics_description |
| 443 | \\ medecines_id-> medecines_name, medecines_description |
| 444 | \\ pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id |
| 445 | \\ pet_galery_id->image, pets_id |
| 446 | \\ orders_id → userid |
| 447 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| 448 | \\ products_id, orders_id → quantity |
| 449 | \\ breeds_id-> breeds_name, type_of_pets_id |
| 450 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| 451 | \\ medecines_id → manufacturers_id |
| 452 | \\ vet_centers_id, pets_id → pet_status_id) |
| 453 | \\ **R22222 n R22221** = users_id, клуч за R22221 => нема губење на податоци. |
| 454 | |
| 455 | ^2^ F |