Normalisation online shopping

1
Normalisation User ( UserId , Username , Password) Customer ( CustId , UserId , FirstName , LastName , Address , Phone , Email Address ) Card details (CardId , CustId , CardNo , Bank , CardType) Category ( CateId , CateName ) Product ( ProductId , CateId , ProductName , ProductDesc , ProductPrice , ProductImage ) CartItem ( CartItemId , ProductId , Quantity , TotalQuanCost) Cart ( CartId , CustId , CartItemId , TotalCost ) Delivery ( DeliveryId , CartId , DeliveredBy , DeliveryDate) Payment ( PaymentId , CartId , CardId , PaymentType , Amount) Admin ( AdminId , AdminName , AdminPassword)

description

normalisation online shopping database entities

Transcript of Normalisation online shopping

NormalisationUser ( UserId , Username , Password)

Customer ( CustId , UserId , FirstName , LastName , Address , Phone , Email Address )

Card details (CardId , CustId , CardNo , Bank , CardType)

Category ( CateId , CateName )

Product ( ProductId , CateId , ProductName , ProductDesc , ProductPrice , ProductImage )

CartItem ( CartItemId , ProductId , Quantity , TotalQuanCost)

Cart ( CartId , CustId , CartItemId , TotalCost )

Delivery ( DeliveryId , CartId , DeliveredBy , DeliveryDate)

Payment ( PaymentId , CartId , CardId , PaymentType , Amount)

Admin ( AdminId , AdminName , AdminPassword)