| Table: dbo.Engagement_View_Classification | |||
| This is a type table that describes the different types of views that will use the engagement tree column selector table. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| engagement_view_classification_KEY | int (4) | NOT NULL | Primary Key. Not null. |
| description | varchar (20) | NOT NULL | The name of a view that will use the engagement tree column selector table. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Engagement_View_Classification | engagement_view_classification_KEY | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Engagement_Tree_Column_Selector__Engagement_View_Classification__engagement_view_classification_KEY | engagement_view_classification_KEY | Engagement_Tree_Column_Selector | |