J
jenniferspnc
I've been reading about tables, primary keys, and data normalization (i'm
even enrolled in a course)...unfortunately I need a database on the job front
quicker than I can learn in my course.
So if anyone would be so kind to help. I think I'm confused with the tables
and how the user will enter things via the form but I'm getting ahead.
I have regions, countries in those regions, and level of support. I'm
having trouble connecting these.
I uploaded all the countries into one table, Country
I uploaded the regions into another table, Regions
I have another table outlining levels of support (5 levels), Support.
I want to have this information populated and then have users maintain it.
So I'm wondering how do I show that Austria in EMEA receives Level 4
Support? Or do I have a table that combines all these tables? I'm guessing
primary key (PK) and foreign keys (FK) but again I'm confused.
I have it set as autonumber for primary keys but do I have to look up the
primary key in one table and go plug it into the foreign key field of
another? Could take forever
Tables:
Region
RegionID (PK), Region
Country
CountryID (PK), Country, RegionID (FK)
Support
Support Level
not sure, guessing I include RegionID and CountryID as FK's?
Once I get the design straight guess i'll need to figure out the form
interface for the user.
Sorry for the elementary questions, trying to get out of excel mode.
Thanks for the help!
even enrolled in a course)...unfortunately I need a database on the job front
quicker than I can learn in my course.
So if anyone would be so kind to help. I think I'm confused with the tables
and how the user will enter things via the form but I'm getting ahead.
I have regions, countries in those regions, and level of support. I'm
having trouble connecting these.
I uploaded all the countries into one table, Country
I uploaded the regions into another table, Regions
I have another table outlining levels of support (5 levels), Support.
I want to have this information populated and then have users maintain it.
So I'm wondering how do I show that Austria in EMEA receives Level 4
Support? Or do I have a table that combines all these tables? I'm guessing
primary key (PK) and foreign keys (FK) but again I'm confused.
I have it set as autonumber for primary keys but do I have to look up the
primary key in one table and go plug it into the foreign key field of
another? Could take forever
Tables:
Region
RegionID (PK), Region
Country
CountryID (PK), Country, RegionID (FK)
Support
Support Level
not sure, guessing I include RegionID and CountryID as FK's?
Once I get the design straight guess i'll need to figure out the form
interface for the user.
Sorry for the elementary questions, trying to get out of excel mode.
Thanks for the help!