Table: dbo.Import_Method
This table enumerates the different types of import methods that may be available when we import data. The import method tells us more about from where we are physically retrieving the data.
Columns
NameTypeConstraintsDescription
import_method_KEYint (4)NOT NULLPrimary key.
descriptionnvarchar (40)NOT NULLDescription of an import method.
Primary key
NameColumnsDescription
PK_Import_Methodimport_method_KEY
Unique constraints
NameColumnsDescription
UK_Import_Method$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Quick_Books_Import_Option__Import_Method__import_method_KEYimport_method_KEYQuick_Books_Import_Option

Schema diagram