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

From dbscript Online Help
Jump to: navigation, search
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| Person.ContactType
 
| Person.ContactType
Line 8: Line 8:
 
| '''Description
 
| '''Description
 
| Lookup table containing the types of contacts stored in Contact.
 
| Lookup table containing the types of contacts stored in Contact.
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 20: Line 18:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
 
|- valign="top"
 
|- valign="top"
 
| ContactTypeID
 
| ContactTypeID
Line 46: Line 44:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| PK_ContactType_ContactTypeID
 
| PK_ContactType_ContactTypeID
 
| ContactTypeID
 
| ContactTypeID
Line 57: Line 55:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 
| AK_ContactType_Name
 
| AK_ContactType_Name
 
| Unique
 
| Unique
Line 70: Line 68:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[Sales.StoreContact_(table)|Sales.StoreContact]]
 
| [[Sales.StoreContact_(table)|Sales.StoreContact]]
 
| ContactTypeID
 
| ContactTypeID
 
| ContactTypeID
 
| ContactTypeID
|-
+
|- valign="top"
 
| [[Purchasing.VendorContact_(table)|Purchasing.VendorContact]]
 
| [[Purchasing.VendorContact_(table)|Purchasing.VendorContact]]
 
| ContactTypeID
 
| ContactTypeID
Line 88: Line 86:
 
| '''Referenced Object
 
| '''Referenced Object
  
|-
+
|- valign="top"
 
| Data Type
 
| Data Type
 
| Type
 
| Type
 
| [[dbo.Name_(type)|dbo.Name]]
 
| [[dbo.Name_(type)|dbo.Name]]
  
|-
+
|- valign="top"
 
| Schema
 
| Schema
 
| Schema
 
| Schema
Line 107: Line 105:
 
| '''Referencing Object
 
| '''Referencing Object
  
|-
+
|- valign="top"
 
| Select
 
| Select
 
| View
 
| View
 
| [[Purchasing.vVendor_(view)|Purchasing.vVendor]]
 
| [[Purchasing.vVendor_(view)|Purchasing.vVendor]]
  
|-
+
|- valign="top"
 
| Select
 
| Select
 
| View
 
| View
 
| [[Sales.vStoreWithDemographics_(view)|Sales.vStoreWithDemographics]]
 
| [[Sales.vStoreWithDemographics_(view)|Sales.vStoreWithDemographics]]
  
|-
+
|- valign="top"
 
| Select
 
| Select
 
| SQL table-valued-function
 
| SQL table-valued-function

Revision as of 00:16, 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