| Table: dbo.Duplicate_Treatment | |||
| Duplicate Treatment types table | |||
| Columns | |||
| Name | Type | Constraints | Description |
| duplicate_treatment_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (56) | NOT NULL | AP duplicate treatment description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Duplicate_Treatment | duplicate_treatment_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Duplicate_Treatment$description | description | ||