The Symmetry Tax Engine code to designate a county. This is a sub-type table of Ste_Location_Code. The contents of this table are pre-populated with all defined codes. |
ste_state_code_KEY | nvarchar (4) | NOT NULL | Primary key for this table. Value provided by Symmetry. |
name | nvarchar (130) | NOT NULL | Name of state / province (unique). |
postal_code | nvarchar (14) | NOT NULL | Postal abbreviation (unique). |
country | nvarchar (40) | NOT NULL | Country the state / province is in. |
ste_location_code | nvarchar (70) | NOT NULL | Contains the complete ste location code associated with a given state code. |