Hello, I'm trying to build this db with data that resides on spreadsheets.
I currently have 4 tables,
"Deployers"
State_ID PK
Population
"Cities"
State_ID
cities
"Statistics"
State_Id
calls per hour
"Quarter"
state_id
ist
2nd
3rd
4th
Is it ok if I link all four tables by state_id, example AZ, CA, FL,?
In deployers state_id will not repeat but in the others it will. For example, Statistics table has stats for each state from 01/2000 to present
I currently have 4 tables,
"Deployers"
State_ID PK
Population
"Cities"
State_ID
cities
"Statistics"
State_Id
calls per hour
"Quarter"
state_id
ist
2nd
3rd
4th
Is it ok if I link all four tables by state_id, example AZ, CA, FL,?
In deployers state_id will not repeat but in the others it will. For example, Statistics table has stats for each state from 01/2000 to present