| 1 | = Нормализација = |
| 2 | |
| 3 | == Функциски зависности == |
| 4 | |
| 5 | **''R''**(user_id, first_name, last_name, phone, email, password, p_id, p_method, amount, p_date, reservation_id, start_date, end_date, reserv_date, status, building_id, address, city, floors, num_rooms, room_number, room_type, number_of_beds, price_per_night, available, service_id, service_type, service_date, service_status) |
| 6 | |
| 7 | ---- |
| 8 | |
| 9 | Множество функциски зависности: |
| 10 | |
| 11 | F,,D,, = { |
| 12 | user_id → (first_name, last_name, phone, email, password), |
| 13 | p_id → p_method, amount, p_date, |
| 14 | reservation_id → start_date, end_date, reserv_date, status, |
| 15 | building_id → address, city, floors, num_rooms, |
| 16 | (building_id, room_number) → room_type, number_of_beds, price_per_night, available, |
| 17 | service_id → service_type, service_date, service_status, |
| 18 | |
| 19 | } |