| Table: Report_Category | ||||||||||||||||||||||||||||||||||||
| Tags: read-only Content:
| ||||||||||||||||||||||||||||||||||||
| Columns | ||||||||||||||||||||||||||||||||||||
| Name | Type | Constraints | Description | |||||||||||||||||||||||||||||||||
| report_category_KEY | int | NOT NULL | Primary key for this table | |||||||||||||||||||||||||||||||||
| description | nvarchar (30) | NOT NULL | User defined description (unique). | |||||||||||||||||||||||||||||||||
| sort_order | int | NOT NULL | ||||||||||||||||||||||||||||||||||
| Primary key | |||
| Name | Columns | Description | |
| PK_Report_Category$report_category_KEY | report_category_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Report_Category$description | description | Each description must be unique. | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Report_Definition__Report_Category__report_category_KEY | report_category_KEY | Report_Definition | |