Person.ContactType (table)

From dbscript Online Help
Revision as of 10:55, 27 August 2011 by Bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot[edit]

Table Person.ContactType
Description Lookup table containing the types of contacts stored in Contact.

Columns[edit]

Column Data Type Nullable Default Description
ContactTypeID int not null Primary key for ContactType records.
Name dbo.Name not null Contact type description.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key[edit]

Primary Key Columns
PK_ContactType_ContactTypeID ContactTypeID

Indexes[edit]

Index Type Columns
AK_ContactType_Name Unique Name

Detail Tables[edit]

Detail Table Column Referencing Column
Sales.StoreContact ContactTypeID ContactTypeID
Purchasing.VendorContact ContactTypeID ContactTypeID

References[edit]

Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Person

Dependencies[edit]

Reference Type Object Type Referencing Object
Select View Purchasing.vVendor
Select View Sales.vStoreWithDemographics
Select SQL table-valued-function dbo.ufnGetContactInformation


wikivalues[edit]

Table Values Person.ContactType
ContactTypeID Name
1 Accounting Manager
2 Assistant Sales Agent
3 Assistant Sales Representative
4 Coordinator Foreign Markets
5 Export Administrator
6 International Marketing Manager
7 Marketing Assistant
8 Marketing Manager
9 Marketing Representative
10 Order Administrator
11 Owner
12 Owner/Marketing Assistant
13 Product Manager
14 Purchasing Agent
15 Purchasing Manager
16 Regional Account Representative
17 Sales Agent
18 Sales Associate
19 Sales Manager
20 Sales Representative

automatically generated[edit]

Table Person.ContactType
Description Lookup table containing the types of contacts stored in Contact.


Column Data Type Nullable Default Description / PK / Index
ContactTypeID int not null Primary key for ContactType records.
PK_ContactType_ContactTypeID
Name Name not null Contact type description.
AK_ContactType_Name
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Detail Table Column Referencing Column
Sales.StoreContact ContactTypeID ContactTypeID
Purchasing.VendorContact ContactTypeID ContactTypeID


Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Person


Reference Type Object Type Referencing Object
Select View Purchasing.vVendor
Select View Sales.vStoreWithDemographics
Select SQL table-valued-function dbo.ufnGetContactInformation