| Table: dbo.Filter_Select | |||
| Columns | |||
| Name | Type | Constraints | Description |
| filter_select_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
| update__staff_KEY | int (4) | NOT NULL | Key of Staff who last modified this row. |
| update_date | datetime (8, 3) | NOT NULL | The date and time that this row was last modified. |
| filter_line_KEY | int (4) | NOT NULL | Key of the Filter Line this value is for. |
| selected | int (4) | NOT NULL | The value of the primary key for the selected item. |
| create_date | datetime (8, 3) | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Filter_Select | filter_select_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Filter_Select__Filter_Line__filter_line_KEY | filter_line_KEY | Filter_Line (filter_line_KEY) | |