machumpion
Registered User.
- Local time
- Today, 08:42
- Joined
- May 26, 2016
- Messages
- 93
let's say i have a sales team whose personnel i must assign to customers based on geographic regions of the customer
i.e. Ted sales person is assigned to California, John sales is assigned to Florida
each month, i'd like to see how much sales Ted and John generated in there respective regions
Is this as simple as having a sales personnel table and customer table. Adding a "sales person" field in the customer table and entering the sales persons foreign key into the customer table based on the region they are assigned?
What might be the most efficient way? Thanks!
what if more than one person was assigned to the same region? what if more than one person was assigned to 1 specific customer?
i.e. Ted sales person is assigned to California, John sales is assigned to Florida
each month, i'd like to see how much sales Ted and John generated in there respective regions
Is this as simple as having a sales personnel table and customer table. Adding a "sales person" field in the customer table and entering the sales persons foreign key into the customer table based on the region they are assigned?
What might be the most efficient way? Thanks!
what if more than one person was assigned to the same region? what if more than one person was assigned to 1 specific customer?