Changes between Version 15 and Version 16 of Logical and Physical Design – Database Creation


Ignore:
Timestamp:
08/28/25 22:16:15 (5 days ago)
Author:
221531
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Logical and Physical Design – Database Creation

    v15 v16  
    7676**USER_ADDRESSES**(**__address_id*__**(ADDRESS), **__user_id*__**(USER))
    7777\\
     78\\
     79**SHOPPING_CART**(**__cart_id__**, **__user_id*__**(USER))
     80\\
     81\\
     82**CART_ITEMS**(**__cart_id*__**(SHOPPING_CART), **__item_id*__**(ITEM), quantity)
     83
    7884=== DDL Script for deletion and creation of tables
    7985[attachment:DDL.sql]