danneedham
Programmer
Hi All
I am currently in the early stages of creating a sales database for work.
I was planning on the main sales table to be as follows:
¦ Date ¦ StoreID ¦ Amount ¦
The main queries from this data will be on "Week No" contained within another table, or "Period No"...
Am i best to have these in seperate tables, or to store the week and period number within the sales table...
Just very concious of having to pull all the data down, to then query and get my results, if the table already contained the week number and period number would this run quicker?
It runs fine now, but very concious at the end of year one it will hold around 93,500 records...
Looking forward to your replies!
Dan
I am currently in the early stages of creating a sales database for work.
I was planning on the main sales table to be as follows:
¦ Date ¦ StoreID ¦ Amount ¦
The main queries from this data will be on "Week No" contained within another table, or "Period No"...
Am i best to have these in seperate tables, or to store the week and period number within the sales table...
Just very concious of having to pull all the data down, to then query and get my results, if the table already contained the week number and period number would this run quicker?
It runs fine now, but very concious at the end of year one it will hold around 93,500 records...
Looking forward to your replies!
Dan