Customer
account «PK»
cust_code «PK»
cust_name
cust_addr
other_details
Tran
tran_code «PK»
cust_code «FK»
tran_code «PK»
tran_date
tran_total
tran_delivery
Cart
cart_code «generated»
tran_code «FK»
e1_id : number «FK»
other_details : text
Product
prod_cdoe «PK»
prod_name
description