Quote:
|
Originally Posted by Atli
Personally, I would be tempted to add a row for each product in the price table, where the customer ID would be null, and use that to store a base price for customers that don't actually have a price listed.
|
satan, get back, and take your evil temptations with you!!
you couldn't do that anyway, since the PK of the table would be a composite key of { product ID, customer Id }, and no part of a PK can be NULL
you
do use PKs, right?
the best solution is to add a column called base_price to the products table
