Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: table design for customer rates.

Re: table design for customer rates.

From: <beersa.beersa_at_gmail.com>
Date: 18 Aug 2006 07:42:27 -0700
Message-ID: <1155912147.189956.143830@m73g2000cwd.googlegroups.com>

Hi,
Find out the entities.
  e.g,
country(id,name)
city(country,id,id,name)fk holds belongs to which country courier(id,type,name)
customer(id,name,....)
price(country.id,city.id,courier.id,customer,id,price)optionally can assign pk too.

It is better to maintain the price table separately in case of any changes on price. Received on Fri Aug 18 2006 - 09:42:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US