| Table: dbo.Selection_Scope | |||
| Columns | |||
| Name | Type | Constraints | Description |
| selection_scope_KEY | int (4) | NOT NULL | unique key |
| description | nvarchar (20) | NOT NULL | Description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Selection_Scope | selection_scope_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Selection_Scope$description | description | ||