Touchstone 2022 Database Reference
TblAreaExternal Table
AIRGeography Database : TblAreaExternal Table
Description
Stores valid area information.
Properties
Creation Date12/10/2008 9:17 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows3950052
Data Space Used634,328.00 KB
Index Space Used4,492,784.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key GUID of the record.dbo.GUID16   
 GUID of the record, reserved for internal use only. dbo.GUID16  
 Year of the data.smallint2  
 Identifier for the area scheme path.smallint2   
 

Geographic level for the record.

  • 0 = Region
  • 1 = Country
  • 2 = Area
  • 3 = Subarea
  • 4 = Postal
tinyint1  
 Sort index, for internal use only.int4  
 Region identifiertinyint1  
 Country identifier.smallint2  
 Area or CRESTA identifier.varchar15  
 Subarea identifier.varchar15  
 Postal code identifier.varchar15  
 Latitude coordinate.  Values will be positive for locations north of the equator and negative south of the equator.real4
((0.0))
 
 Longitude coordinate. Values will be negative for locations west of the prime meridian up to the international date line. They will be positive for locations east of the prime meridian.real4
((0.0))
 
 Name of the area.varchar60  
 Brief name of the area.varchar10  
 The corresponding model GUID for the non-modeled postal code, if applicable.varbinary16  
 Country name.varchar60  
 Area or CRESTA name.varchar60  
 Subarea name, if applicable.varchar60  
 Postal name, if applicable.varchar60  
 Brief name for the country, for example, MX for Mexico.dbo.AREANAME60  
 Brief name for the area, for example, AL for the state of Alabama in the United States.dbo.AREANAME60  
 

Unique system-generated sequential identifier for the geographic record.

For a complete list of records, see tGeography Table.

int4  
Objects that depend on TblAreaExternal
 Database ObjectObject TypeDescriptionDep Level
TblAreaDistribution_xref tableTblAreaDistribution_xrefTable

Stores reference data that the application uses to retrieve the highest weighted areas and to assign values to areas that do not have a sufficiently high weight.

1
TblSourceDefaultTarget_Xref tableTblSourceDefaultTarget_XrefTableStores information that the application uses in the airsp_EA_PagingPrepare stored procedure to retrieve the highest weighted regions and to assign values to regions that do not have a high enough weight.1
TblSourceDefaultTargetWc_Xref tableTblSourceDefaultTargetWc_XrefTable

Stores information that the application uses in the airsp_EA_PagingPrepare stored procedure to retrieve the highest weighted regions for Workers' Compensation and to assign values to regions that do not have a high enough weight.

1
TblSourceTargetMap_ANZ tableTblSourceTargetMap_ANZTableStores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Australia and New Zealand and the weight for each location.1
TblSourceTargetMap_BRA tableTblSourceTargetMap_BRATable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Brazil and the weight for each location.

1
TblSourceTargetMap_CAM tableTblSourceTargetMap_CAMTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Central America and the weight for each location.

1
TblSourceTargetMap_CAN tableTblSourceTargetMap_CANTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Canada and the weight for each location.

1
TblSourceTargetMap_CAR tableTblSourceTargetMap_CARTableStores grid identifier and weight type that corresponds to each source code.The table also stores 'look-up' area codes that the application uses for disaggregated locations in Central African Republic (CAR) and the weight for each location.1
TblSourceTargetMap_CHI tableTblSourceTargetMap_CHITable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in China and the weight for each location.

1
TblSourceTargetMap_EUR tableTblSourceTargetMap_EURTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Europe and the weight for each location.

1
TblSourceTargetMap_IND tableTblSourceTargetMap_INDTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in India and the weight for each location.

1
TblSourceTargetMap_JAP tableTblSourceTargetMap_JAPTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Japan and the weight for each location.

1
TblSourceTargetMap_MEU tableTblSourceTargetMap_MEUTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated mid-European locations and the weight for each location.

1
TblSourceTargetMap_MEX tableTblSourceTargetMap_MEXTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Mexico and the weight for each location.

1
TblSourceTargetMap_SAM tableTblSourceTargetMap_SAMTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in South America and the weight for each location.

1
TblSourceTargetMap_SEA tableTblSourceTargetMap_SEATable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Southeast Asia and the weight for each location.

1
TblSourceTargetMap_SEU tableTblSourceTargetMap_SEUTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated southern-European locations and the weight for each location.

1
TblSourceTargetMap_US tableTblSourceTargetMap_USTable

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in the United States and the weight for each location.

1
TblSourceTargetMapWC_JAP tableTblSourceTargetMapWC_JAPTable

Stores the grid identifier and weight type that corresponds to each source code. The table is used for workers' compensation and also stores 'look-up' area codes that the application uses for disaggregated locations in Japan and the weight for each location.

1
See Also

Related Objects

AIRGeography Database