Person.ContactType Table
Description
Lookup table containing the types of business entity contacts.
Properties
| Creation Date | 17/07/2014 16:11 |
| 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 |
Columns
| 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()) |
Indexes
| Index | Description | Primary | Unique |
|---|---|---|---|
| AK_ContactType_Name | Unique nonclustered index. | ![]() | |
| PK_ContactType_ContactTypeID | Primary key (clustered) constraint | ![]() | ![]() |
Relationships
| Relationship | Description |
|---|---|
| FK_BusinessEntityContact_ContactType_ContactTypeID | Foreign key constraint referencing ContactType.ContactTypeID. |
Objects that depend on Person.ContactType
| 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 |
Objects that Person.ContactType depends on
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | dbo.Name | User Defined Data Type | 1 |
SQL
|
See Also





