dbo.CustomerDemographics
Field Name | Type and Size | Default | Nullable |
CustomerTypeID | nchar(10) | NOT NULL | |
CustomerDesc | ntext | NULL |
Primary Key Name | Fields |
PK_CustomerDemographics | CustomerTypeID |
Index Name | Clustered | Unique | Fields |
PK_CustomerDemographics | No | Yes | CustomerTypeID |