| 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.
|