Table: dbo.Employee_Event_Type
Columns
NameTypeConstraintsDescription
employee_event_type_KEYint (4)NOT NULLThe primary key for this table
descriptionnvarchar (60)NOT NULLThis describes the event type for the employee
Primary key
NameColumnsDescription
PK_Employee_Event_Typeemployee_event_type_KEY
Unique constraints
NameColumnsDescription
UK_Employee_Event_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Employee_Event__Employee_Event_Type__employee_event_type_KEYemployee_event_type_KEYEmployee_Event

Schema diagram