| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Database Design for Shopping Cart
I have an assignment to develop shopping web site and I would like to ask
about how to do a good design for the database system that will support
shopping cart?
I designed one and it has one shoppingcart table that contains only one field, UserID, which I feel weird. It looks like this:
tblShoppingCart tblCartDetailtblProduct
UserID * ------------------------------>UserID *
ProductID
* ------------------------------------>ProductID *
(also have other fields)
(* is for primary key)
Could anyone please give me a suggestion?
Thank you Received on Sun May 12 2002 - 03:49:56 CDT
![]() |
![]() |