| Table: dbo.Treasury_Tipped_Occupation_Code | |||
| This table holds the Treasury tipped occupation codes available. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| treasury_tipped_occupation_code_KEY | tinyint (1) | NOT NULL | Primary Key for Treasury tipped occupation code table |
| description | nvarchar (120) | NOT NULL | Description for Treasury tipped occupation code |
| code | nvarchar (6) | NOT NULL | Code for Treasury tipped occupation code |
| Primary key | |||
| Name | Columns | Description | |
| PK_Treasury_Tipped_Occupation_Code | treasury_tipped_occupation_code_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Treasury_Tipped_Occupation_Code$code | code | ||
| UK_Treasury_Tipped_Occupation_Code$description | description | ||