| 350 | |
| 351 | \\ R222 не е во 3NF поради roles_id->type |
| 352 | \\ roles_id +={roles_id, type} |
| 353 | \\ **R2221** (roles_id, type) BCNF |
| 354 | \\ **F2221** { roles_id-> type} |
| 355 | \\ **R222** (roles_id, users_id, first_name, last_name, |
| 356 | phoneNumber, email, password, blog_post_for_consultation_id, blog_post_title, |
| 357 | blog_post_description, dateAsked, blog_post_answers_id, parent_id, reply, date_answers, |
| 358 | cities_id, cities_name, reports_id, reports_description, pets_id, pet_status_id, node, |
| 359 | pet_status_type, therapy_id, appoitmentDate, therapy_description, diagnostics_id, |
| 360 | diagnostics_description, medecines_id, manufacturers_name, medecines_description, |
| 361 | manufacturers_id, city, state, manufacturers_name, manufacturers_description, pets_name, |
| 362 | color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id, |
| 363 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| 364 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| 365 | ) |
| 366 | \\ **F222** = (users_id -> first_name, last_name, phoneNumber, email, password, roles_id |
| 367 | \\ blog_post_for_consultation_id -> blog_post_title, blog_post_description, dateAsked, users_id |
| 368 | \\ blog_post_answers_id ->parent_id, reply, date_answers, blog_post_for_consultation_id, users_id |
| 369 | \\ cities_id-> cities_name |
| 370 | \\ reports_id-> reports_description, pets_id |
| 371 | \\ reports_id , pets_id→ users_id |
| 372 | \\ pet_status_id->node, pet_status_type |
| 373 | \\ therapy_id->appoitmentDate, therapy_description |
| 374 | \\ diagnostics_id-> diagnostics_description |
| 375 | \\ medecines_id-> medecines_name, medecines_description |
| 376 | \\ pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id |
| 377 | \\ pet_galery_id->image, pets_id |
| 378 | \\ orders_id → userid |
| 379 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| 380 | \\ products_id, orders_id → quantity |
| 381 | \\ breeds_id-> breeds_name, type_of_pets_id |
| 382 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| 383 | \\ medecines_id → manufacturers_id |
| 384 | \\ vet_centers_id, pets_id → pet_status_id) |