I have a table of city names that are referenced in another table by the primary key:
Table CityList, CityCode as int, City as nvarchar(25)
Other tables that use the CityCode to reference the city name, so to get an address for a customer record, I have to query the customer table for the city...