Purchasing.VendorContact (table)
From dbscript Online Help
Contents |
wikibot
| Table | Purchasing.VendorContact |
| Description | Cross-reference table mapping vendors and their employees. |
Columns
| Column | Data Type | Nullable | Default | Description |
| VendorID | int | not null | Primary key. | |
| ContactID | int | not null | Contact (Vendor employee) identification number. Foreign key to Contact.ContactID. | |
| ContactTypeID | int | not null | Contact type such as sales manager, or sales agent. | |
| ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
| Primary Key | Columns |
| PK_VendorContact_VendorID_ContactID | VendorID, ContactID |
Indexes
| Index | Type | Columns |
| IX_VendorContact_ContactID | ContactID | |
| IX_VendorContact_ContactTypeID | ContactTypeID |
Foreign Keys
| Relation | Column | Referenced Column |
| Person.Contact | ContactID | ContactID |
| Person.ContactType | ContactTypeID | ContactTypeID |
| Purchasing.Vendor | VendorID | VendorID |
References
| Dependency Type | Object Type | Referenced Object |
| Schema | Schema | Purchasing |
Dependencies
| Reference Type | Object Type | Referencing Object |
| Select | View | Purchasing.vVendor |
| Select | SQL table-valued-function | dbo.ufnGetContactInformation |
automatically generated
| Table | Purchasing.VendorContact |
| Description | Cross-reference table mapping vendors and their employees. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| VendorID | int | not null | Primary key. PK_VendorContact_VendorID_ContactID | |
| ContactID | int | not null | Contact (Vendor employee) identification number. Foreign key to Contact.ContactID. PK_VendorContact_VendorID_ContactIDIX_VendorContact_ContactID | |
| ContactTypeID | int | not null | Contact type such as sales manager, or sales agent. IX_VendorContact_ContactTypeID | |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
| Relation | Column | Referenced Column |
| Person.Contact | ContactID | ContactID |
| Person.ContactType | ContactTypeID | ContactTypeID |
| Purchasing.Vendor | VendorID | VendorID |
| Dependency Type | Object Type | Referenced Object |
| Schema | Schema | Purchasing |
| Reference Type | Object Type | Referencing Object |
| Select | View | Purchasing.vVendor |
| Select | SQL table-valued-function | dbo.ufnGetContactInformation |
