Lookup table containing the types of business entity contacts.
| Creation Date | 27/10/2017 14:33 |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 20 |
| Data Space Used | 8.00 KB |
| Index Space Used | 24.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| ContactTypeID | Primary key for ContactType records. | Integer | 4 | |||
| Name | Contact type description. | dbo.Name | 50 | ||||
| ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
| Index | Description | Primary | Unique |
|---|---|---|---|
| AK_ContactType_Name | Unique nonclustered index. | ![]() | |
| PK_ContactType_ContactTypeID | Primary key (clustered) constraint | ![]() | ![]() |
| Relationship | Description |
|---|---|
| FK_BusinessEntityContact_ContactType_ContactTypeID | Foreign key constraint referencing ContactType.ContactTypeID. |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | Person.BusinessEntityContact | Table | Cross-reference table mapping stores, vendors, and employees to people | 1 |
![]() | dbo.ufnGetContactInformation | User Defined Function | Table value function returning the first name, last name, job title and contact type for a given contact. | 1 |
![]() | Sales.vStoreWithContacts | View | Stores (including store contacts) that sell Adventure Works Cycles products to consumers. | 1 |
![]() | Purchasing.vVendorWithContacts | View | Vendor (company) names and the names of vendor employees to contact. | 1 |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | dbo.Name | User Defined Data Type | 1 |
|