Table: dbo.Marital_Status_Type | |||
Columns | |||
Name | Type | Constraints | Description |
marital_status_type_KEY | int (4) | NOT NULL | |
description | nvarchar (60) | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Marital_Status_Type | marital_status_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Marital_Status_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Employee__Marital_Status_Type__marital_status_type_KEY | marital_status_type_KEY | Employee |