Stores alias information for each country.
The application uses aliases to resolve country names during the import process.
Stores alias information for each country.
The application uses aliases to resolve country names during the import process.
| Creation Date | 4/15/2008 10:21 AM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 1545 |
| Data Space Used | 64.00 KB |
| Index Space Used | 16.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| intCountryAliasId | Identifier for the country alias. | int | 4 | |||
| intCountryCode | AIR-internal identifier for the country. | smallint | 2 | ||||
| strCountry | Name of the country. | varchar | 60 | ||||
| strCountryAlias | Alternative name for the country. | varchar | 80 |