Countries
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
Code | nvarchar(6) | yes | ||
Country | nvarchar(300) | yes |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_Countries_1 | Code | |||
PK_Countries | ID | yes | yes | yes |