Changes between Version 3 and Version 4 of Normalization


Ignore:
Timestamp:
08/06/25 15:22:57 (6 days ago)
Author:
215010
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v3 v4  
    99Множество функциски зависности:
    1010
    11 F,,D,, = {
    12 1. user_id → first_name, last_name, phone, email, password
     11F,,D,, =
     12{1. user_id → first_name, last_name, phone, email, password
    13132. service_id → service_type, service_date, service_status, user_id, room_number, building_id \\
    14143. reservation_id → start_date, status, end_date, reserv_date, user_id, p_id, room_number, building_id \\
    15154. p_id → p_method, p_date, amount, user_id, reservation_id \\
    16165. (room_number, building_id) → room_type, number_of_beds, price_per_night, available \\
    17 6. building_id → address, city, floors, num_rooms \\
    18 }
     176. building_id → address, city, floors, num_rooms \\}
    1918
    2019----