| Table: dbo.Term | |||
| Columns | |||
| Name | Type | Constraints | Description |
| term_KEY | int (4) | NOT NULL | Hardcoded primary key. |
| description | nvarchar (60) | NOT NULL | System description. |
| plural | nvarchar (30) | NOT NULL | User defined plural description. |
| singular | nvarchar (30) | NOT NULL | User defined singular description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Term | term_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Term$description | description | ||