Changes between Version 3 and Version 4 of Normalization
- Timestamp:
- 08/13/25 20:58:33 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Normalization
v3 v4 155 155 156 156 order_id -> employee_id, o_timestamp, o_status, table_number, delivery_address, customer_id 157 157 158 table_number -> seat_capacity 158 159 159 160 R1 is not in BCNF because of transitive dependencies 161 160 162 {order_id}+ = {order_id, employee_id, o_timestamp, o_status, table_number, delivery_address, customer_id, seat_capacity} 161 163 … … 167 169 168 170 order_id -> employee_id, o_timestamp, o_status, table_number, delivery_address, customer_id 171 169 172 table_number -> seat_capacity 170 173