JCM Table: dbo.LT Countries
From Sherlock Software
TABLE NAME: dbo.LT_Countries
Country name control table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | CountryID | smallint | |
| 2 | CountryName | nvarchar(100) | |
| 3 | ISO2 | char(2) | |
| 4 | ISO3 | char(3) | |
| 5 | ITU | char(5) | |
| 6 | ISONo | smallint |
Back to JCM Database tables