Table: dbo.Filter_Selection_Type
Table storing the different locations the user might use filters.
Columns
NameTypeConstraintsDescription
filter_selection_type_KEYint (4)NOT NULLUnique primary key for the table.
descriptionnvarchar (100)NOT NULLDescription of filter selection being saved. Generally the location the filter is used.
Primary key
NameColumnsDescription
PK_Filter_Selection_Typefilter_selection_type_KEY
Unique constraints
NameColumnsDescription
UK_Filter_Selection_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Filter_Selection__Filter_Selection_Type__filter_selection_type_KEYfilter_selection_type_KEYFilter_Selection

Schema diagram