Changes between Version 15 and Version 16 of Logical and Physical Design – Database Creation
- Timestamp:
- 08/28/25 22:16:15 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logical and Physical Design – Database Creation
v15 v16 76 76 **USER_ADDRESSES**(**__address_id*__**(ADDRESS), **__user_id*__**(USER)) 77 77 \\ 78 \\ 79 **SHOPPING_CART**(**__cart_id__**, **__user_id*__**(USER)) 80 \\ 81 \\ 82 **CART_ITEMS**(**__cart_id*__**(SHOPPING_CART), **__item_id*__**(ITEM), quantity) 83 78 84 === DDL Script for deletion and creation of tables 79 85 [attachment:DDL.sql]