I have been recently been given an empty database that is in the process of being populated from various data sources. Eventually the db will be used in an GIS and mapped.
I have 2 tables in a one to many relationship - table 2 is a lookup table:
Table 1:
Fields:
Barrier_id
utm_zone
northing
easting
barrier_type (record can only have one type of barrier)
barrier_type_id
Table 2:
Fields:
Barrier_type_id
Description (this field lists 15 possible barriers)
Acronym (acronyms for barriers)
First of all, what exactly is a "lookup table"? What is its purpose?
Could you give me an example of how it would or could be included in queries. What is table 2's function? All it seems to do to me is merely list possible barrier types...
Why is it related to table 2?
I think i am not seeing something here..
Thanks for your help
I have 2 tables in a one to many relationship - table 2 is a lookup table:
Table 1:
Fields:
Barrier_id
utm_zone
northing
easting
barrier_type (record can only have one type of barrier)
barrier_type_id
Table 2:
Fields:
Barrier_type_id
Description (this field lists 15 possible barriers)
Acronym (acronyms for barriers)
First of all, what exactly is a "lookup table"? What is its purpose?
Could you give me an example of how it would or could be included in queries. What is table 2's function? All it seems to do to me is merely list possible barrier types...
Why is it related to table 2?
I think i am not seeing something here..
Thanks for your help