Changes between Version 20 and Version 21 of normalizacija
- Timestamp:
- 05/06/25 11:39:45 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
normalizacija
v20 v21 97 97 ||3 ||2025-05-03 ||17:00 ||18:30 ||3 ||103 ||Elena ||13 ||3 ||203 ||Bella Italia ||Skopje, Aerodrom|| 98 98 99 R = { 100 reservation_id, reservation_date, time_from, time_to, number_of_people, 99 '''R''' = { reservation_id, reservation_date, time_from, time_to, number_of_people, 100 101 101 user_id, user_name, 102 102 103 table_id, table_number, 104 103 105 restaurant_id, restaurant_name, restaurant_location 104 106 } 107 108 '''Функциски зависности:''' 109 110 reservation_id → reservation_date, time_from, time_to, number_of_people, user_id, table_id 111 112 user_id → user_name 113 114 table_id → table_number, restaurant_id 115 116 restaurant_id → restaurant_name, restaurant_location 117 118 лево: 119 120 reservation_id, user_id, table_id, restaurant_id 121 122 Само десно (зависни атрибути): 123 124 user_name, restaurant_name, restaurant_location, reservation_date, time_from, time_to, number_of_people, table_number