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 | |||
Name | Type | Constraints | Description |
import_method_KEY | int (4) | NOT NULL | Primary key. |
description | nvarchar (40) | NOT NULL | Description of an import method. |
Primary key | |||
Name | Columns | Description | |
PK_Import_Method | import_method_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Import_Method$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Quick_Books_Import_Option__Import_Method__import_method_KEY | import_method_KEY | Quick_Books_Import_Option |