Difference between revisions of "Person.ContactType (table)"

From dbscript Online Help
Jump to: navigation, search
Line 121: Line 121:
  
 
|}
 
|}
 
 
 
== wikivalues ==
 
== wikivalues ==
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table Values
 
| '''Table Values
 
| Person.ContactType
 
| Person.ContactType
|-
 
 
|}
 
|}
  
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
  
{| border="1" cellpadding="5" cellspacing="0"  style="border-collapse:collapse"
 
|- style="background:silver"
 
 
| '''ContactTypeID
 
| '''ContactTypeID
 
| '''Name
 
| '''Name
|-  
+
|- valign="top"
| 1
+
 
| Accounting Manager
+
| 1
|-  
+
| Accounting Manager
| 2
+
|- valign="top"
| Assistant Sales Agent
+
 
|-  
+
| 2
| 3
+
| Assistant Sales Agent
| Assistant Sales Representative
+
|- valign="top"
|-  
+
 
| 4
+
| 3
| Coordinator Foreign Markets
+
| Assistant Sales Representative
|-  
+
|- valign="top"
| 5
+
 
| Export Administrator
+
| 4
|-  
+
| Coordinator Foreign Markets
| 6
+
|- valign="top"
| International Marketing Manager
+
 
|-  
+
| 5
| 7
+
| Export Administrator
| Marketing Assistant
+
|- valign="top"
|-  
+
 
| 8
+
| 6
| Marketing Manager
+
| International Marketing Manager
|-  
+
|- valign="top"
| 9
+
 
| Marketing Representative
+
| 7
|-  
+
| Marketing Assistant
| 10
+
|- valign="top"
| Order Administrator
+
 
|-  
+
| 8
| 11
+
| Marketing Manager
| Owner
+
|- valign="top"
|-  
+
 
| 12
+
| 9
| Owner/Marketing Assistant
+
| Marketing Representative
|-  
+
|- valign="top"
| 13
+
 
| Product Manager
+
| 10
|-  
+
| Order Administrator
| 14
+
|- valign="top"
| Purchasing Agent
+
 
|-  
+
| 11
| 15
+
| Owner
| Purchasing Manager
+
|- valign="top"
|-  
+
 
| 16
+
| 12
| Regional Account Representative
+
| Owner/Marketing Assistant
|-  
+
|- valign="top"
| 17
+
 
| Sales Agent
+
| 13
|-  
+
| Product Manager
| 18
+
|- valign="top"
| Sales Associate
+
 
|-  
+
| 14
| 19
+
| Purchasing Agent
| Sales Manager
+
|- valign="top"
|-  
+
 
| 20
+
| 15
| Sales Representative
+
| Purchasing Manager
 +
|- valign="top"
 +
 
 +
| 16
 +
| Regional Account Representative
 +
|- valign="top"
 +
 
 +
| 17
 +
| Sales Agent
 +
|- valign="top"
 +
 
 +
| 18
 +
| Sales Associate
 +
|- valign="top"
 +
 
 +
| 19
 +
| Sales Manager
 +
|- valign="top"
 +
 
 +
| 20
 +
| Sales Representative
 
|}
 
|}
  

Revision as of 00:18, 24 June 2010

wikibot

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

Columns

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

Primary Key Columns
PK_ContactType_ContactTypeID ContactTypeID

Indexes

Index Type Columns
AK_ContactType_Name Unique Name

Detail Tables

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

References

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

Dependencies

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

wikivalues

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

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