| | 201 | |
| | 202 | {{{ |
| | 203 | jobs_id -> jobs_description, predistedSalery |
| | 204 | pet_cares_id ->title, description, start_date, dateEnding |
| | 205 | vet_centers_id-> name, address, vet_centers_description, workingHours, latitude, longitude |
| | 206 | roles_id->type |
| | 207 | users_id -> first_name, last_name, phoneNumber, email, password, roles_id |
| | 208 | blog_post_for_consultation_id -> blog_post_title, blog_post_description, dateAsked, users_id |
| | 209 | blog_post_answers_id ->parent_id, reply, date_answers, blog_post_for_consultation_id, users_id |
| | 210 | cities_id-> cities_name |
| | 211 | reports_id-> reports_description, pets_id |
| | 212 | reports_id , pets_id→ users_id |
| | 213 | pet_status_id->node, pet_status_type |
| | 214 | therapy_id->appoitmentDate, therapy_description |
| | 215 | diagnostics_id-> diagnostics_description |
| | 216 | medecines_id-> medecines_name, medecines_description |
| | 217 | pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id |
| | 218 | pet_galery_id->image, pets_id |
| | 219 | orders_id → userid |
| | 220 | products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| | 221 | products_id, orders_id → quantity |
| | 222 | breeds_id-> breeds_name, type_of_pets_id |
| | 223 | type_of_pets_id->kind_of_pet, type_of_pets_description |
| | 224 | medecines_id → manufacturers_id |
| | 225 | vet_centers_id, pets_id → pet_status_id |
| | 226 | |
| | 227 | |
| | 228 | Во вака дефинираната релација нема повеќекратни зависности и атрибути и нема вгнездени релации, па оттука следува дека задоволува 1NF. |
| | 229 | }}} |
| | 230 | |