M
Mr.LuckyMe
I am creating a database that among others it has these tables:
Product (Primary Key ProductID, Product Description)
Customer (Primary Key CustomerID, Customer Description)
Forecast (Primary Key FcstKgID, CustomerID, ProductID, KG, Date)
I want to be able to produce forecast at market level, the market is defined
at customer-product level, my questions are:
1. Should I create a table for Market wth the following fields: MarketID,
Market Description, CustomerID, ProductID?
2. How should I create the relationship with this table and the FCST Table?
Any advice is welcome.
Thanks,
Product (Primary Key ProductID, Product Description)
Customer (Primary Key CustomerID, Customer Description)
Forecast (Primary Key FcstKgID, CustomerID, ProductID, KG, Date)
I want to be able to produce forecast at market level, the market is defined
at customer-product level, my questions are:
1. Should I create a table for Market wth the following fields: MarketID,
Market Description, CustomerID, ProductID?
2. How should I create the relationship with this table and the FCST Table?
Any advice is welcome.
Thanks,