Customer(cid,cname,caddress,ccity,cstate,czip,ccardnum)Product(pid,pname,pbrand,pprice)ShoppingCart(cartid,cid,active,totalprice)ShoppingCart.cidreferencestoCustomer.cidCartItem(cartid,pid,iprice,iquantity)CartItem.cartidreferencesShoppingCart.cartid,CartId.pidreferencesProduct.pidOrder(oid,cart