in reply to Re: Database design and Class::DBI
in thread Database design and Class::DBI
The product_prices table does store the price_id and uses (product_id, price_id) as the primary key. It wouldn't be normalized otherwise. The name in price_types is only used for display purposes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re(3): Database design and slackers
by Ovid (Cardinal) on Mar 05, 2003 at 22:02 UTC | |
|
Re: Re: Re: Database design and Class::DBI
by pg (Canon) on Mar 05, 2003 at 22:35 UTC |