Touchstone 2022 Database Reference
tCountrySupportedGeoLevel Table
AIRGeography Database : tCountrySupportedGeoLevel Table
Description
Stores values that indicate the supported geocode match levels for each country.
Properties
Creation Date3/21/2018 10:37 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows130
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code for the country.

For a complete list of codes, see tCountry Table.

varchar15   
 

Indicates whether the application supports the area geocode match level for the country.

  • 1 = Yes (supported)
  • 0 = No (not supported)
bit1  
 

Indicates whether the application supports the CRESTA geocode match level for the country.

  • 1 = Yes (supported)
  • 0 = No (not supported)
bit1  
 

Indicates whether the application supports the subarea geocode match level for the country.

  • 1 = Yes (supported)
  • 0 = No (not supported)
bit1  
 

Indicates whether the application supports the postal geocode match level for the country.

  • 1 = Yes (supported)
  • 0 = No (not supported)
bit1  
 

Indicates whether the application supports the subarea 2 geocode match level for the country.

  • 1 = Yes (supported)
  • 0 = No (not supported)
bit1  
 

Indicates whether multiple area-level records with the same ParentGeographySID exist and have the same name.

  • 1 = Yes (duplicated)
  • 0 = No (not duplicated)

For a complete list of ParentGeographySIDs, see tGeography Table.

bit1  
 

Indicates whether multiple CRESTA-level records with the same ParentGeographySID exist and have the same name.

  • 1 = Yes (duplicated)
  • 0 = No (not duplicated)

For a complete list of ParentGeographySIDs, see tGeography Table.

bit1  
 

Indicates whether multiple subarea-level records with the same ParentGeographySID exist and have the same name.

  • 1 = Yes (duplicated)
  • 0 = No (not duplicated)

For a complete list of ParentGeographySIDs, see tGeography Table.

bit1  
 

Indicates whether multiple postal-level records with the same ParentGeographySID exist and have the same name.

  • 1 = Yes (duplicated)
  • 0 = No (not duplicated)

For a complete list of ParentGeographySIDs, see tGeography Table.

bit1  
 

Indicates whether multiple subarea 2-level records with the same ParentGeographySID exist and have the same name.

  • 1 = Yes (duplicated)
  • 0 = No (not duplicated)

For a complete list of ParentGeographySIDs, see tGeography Table.

bit1  
See Also

Related Objects

AIRGeography Database