Changes between Version 4 and Version 5 of Logical and Physical Design – Database Creation
- Timestamp:
- 08/26/25 20:45:03 (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logical and Physical Design – Database Creation
v4 v5 26 26 \\ 27 27 \\ 28 **ORDER_ITEMS**(**__order_id*__**(ORDER), **__item_id __**(ITEM), quantity, total_price)28 **ORDER_ITEMS**(**__order_id*__**(ORDER), **__item_id*__**(ITEM), quantity, total_price) 29 29 \\ 30 30 \\