J
jenniferspnc
So I had a database that served it's purpose; however, there have been lots
of changes in the information captured so I think I'll need to start from
scratch so it works. I need some suggestions to ensure I can get the end
result. I'm not certain if I can capture all the information in one table or
if I will need multiple tables using a relationship.
Here's what I've started;
Acct Customer Region Month Revenue GP
Type
There are 3 regions and 3 types. So right now I was thinking each month I
would have 9 entires per customer.
In the end I'll want it to be a summary view, to say customer XYZ, for some
date range in APAC, had a total of $ in Revenue for type 2 which accounted
for % of the total revenue.
So should I keep this all in a table or should I have a separate table for
Region or Type?
Sorry if my question is elementary or not detailed enough, just don't have
that much understanding of when to use multiple tables. Thanks.
of changes in the information captured so I think I'll need to start from
scratch so it works. I need some suggestions to ensure I can get the end
result. I'm not certain if I can capture all the information in one table or
if I will need multiple tables using a relationship.
Here's what I've started;
Acct Customer Region Month Revenue GP
Type
There are 3 regions and 3 types. So right now I was thinking each month I
would have 9 entires per customer.
In the end I'll want it to be a summary view, to say customer XYZ, for some
date range in APAC, had a total of $ in Revenue for type 2 which accounted
for % of the total revenue.
So should I keep this all in a table or should I have a separate table for
Region or Type?
Sorry if my question is elementary or not detailed enough, just don't have
that much understanding of when to use multiple tables. Thanks.