Database Table ZipCodeNumeric |
[This is preliminary documentation and is subject to change.]
Each row in this table contains a zipcode and its corresponding text representation
Field name | Type | Note | Description |
---|---|---|---|
ZipNum | INT | Primary key | ZipCode |
ZipName | VARCHAR(255) | Name corresponding to ZipCode |
ZipCodeNumeric is a lookup table.