Changes between Version 76 and Version 77 of Version1


Ignore:
Timestamp:
08/11/24 21:59:46 (7 weeks ago)
Author:
184006
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1

    v76 v77  
    348348\\ vet_centers_id, pets_id → pet_status_id)
    349349\\ **R222 n R221** = vet_centers_id, клуч за R221 => нема губење на податоци.
     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,
     356phoneNumber, email, password, blog_post_for_consultation_id, blog_post_title,
     357blog_post_description, dateAsked, blog_post_answers_id, parent_id, reply, date_answers,
     358cities_id, cities_name, reports_id, reports_description, pets_id, pet_status_id, node,
     359pet_status_type, therapy_id, appoitmentDate, therapy_description, diagnostics_id,
     360diagnostics_description, medecines_id, manufacturers_name, medecines_description,
     361manufacturers_id, city, state, manufacturers_name, manufacturers_description, pets_name,
     362color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id,
     363products_id, products_name, products_description, category, dateAdded,isActive, price,
     364available_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)