JCM Table: dbo.LT Countries

From Sherlock Software
Revision as of 00:44, 30 December 2021 by Sherlock (talk | contribs) (Created page with "===TABLE NAME: dbo.LT_Countries=== Country name control table. {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || CountryID || smallint || |- | 2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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