Changes between Initial Version and Version 1 of Normalization


Ignore:
Timestamp:
08/01/25 16:24:57 (13 days ago)
Author:
215010
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v1 v1  
     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
     11F,,D,, = {
     12user_id → (first_name, last_name, phone, email, password),
     13p_id → p_method, amount, p_date,
     14reservation_id → start_date, end_date, reserv_date, status,
     15building_id → address, city, floors, num_rooms,
     16(building_id, room_number) → room_type, number_of_beds, price_per_night, available,
     17service_id → service_type, service_date, service_status,
     18
     19}