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 | | |
| 423 | \\ **R,,222221,,** (blog_post_for_consultation_id, blog_post_title, blog_post_description, dateAsked, users_id) клуч blog_post_for_consultation_id BCNF |
| 424 | \\ **F,,222221,,** { blog_post_for_consultation_id -> blog_post_title, blog_post_description, dateAsked, users_id} |
| 425 | \\ **R,,222222,,** (blog_post_for_consultation_id,blog_post_answers_id, parent_id, reply, date_answers, |
| 426 | cities_id, cities_name, reports_id, reports_description, pets_id, pet_status_id, node, |
| 427 | pet_status_type, therapy_id, appoitmentDate, therapy_description, diagnostics_id, |
| 428 | diagnostics_description, medecines_id, manufacturers_name, medecines_description, |
| 429 | manufacturers_id, city, state, manufacturers_name, manufacturers_description, pets_name, |
| 430 | color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id, |
| 431 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| 432 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| 433 | ) |
| 434 | \\ **F,,222222,,** = (blog_post_answers_id ->parent_id, reply, date_answers, blog_post_for_consultation_id, users_id |
| 435 | \\ cities_id-> cities_name |
| 436 | \\ reports_id-> reports_description, pets_id |
| 437 | \\ reports_id , pets_id→ users_id |
| 438 | \\ pet_status_id->node, pet_status_type |
| 439 | \\ therapy_id->appoitmentDate, therapy_description |
| 440 | \\ diagnostics_id-> diagnostics_description |
| 441 | \\ medecines_id-> medecines_name, medecines_description |
| 442 | \\ pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id |
| 443 | \\ pet_galery_id->image, pets_id |
| 444 | \\ orders_id → userid |
| 445 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| 446 | \\ products_id, orders_id → quantity |
| 447 | \\ breeds_id-> breeds_name, type_of_pets_id |
| 448 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| 449 | \\ medecines_id → manufacturers_id |
| 450 | \\ vet_centers_id, pets_id → pet_status_id) |
| 451 | \\ **R,,222222,, n R,,222221,,** = users_id, клуч за R,,222221,, => нема губење на податоци. |
| 452 | |