J
jonathan.cohen150887
hi,
Ok here is the deal:
I ahve a table with delivery method data in it.
SO its basically something like this
Delivery_Ref Delivery Type Delivery
Customer Price Delivery Publisher price
Now instead of having put the publisher price in the table above i
create the same table where i only had delivery publisher price in it
as I believe that having delivery_Ref as a PK for two different prices
creates conflict.
Should i keep it that way or should I combine the table for it to look
like the above as I dont like having two different prices for the same
PK.
Thanks
Ok here is the deal:
I ahve a table with delivery method data in it.
SO its basically something like this
Delivery_Ref Delivery Type Delivery
Customer Price Delivery Publisher price
Now instead of having put the publisher price in the table above i
create the same table where i only had delivery publisher price in it
as I believe that having delivery_Ref as a PK for two different prices
creates conflict.
Should i keep it that way or should I combine the table for it to look
like the above as I dont like having two different prices for the same
PK.
Thanks