Difference between revisions of "Person.AddressType (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.AddressType
 
| Person.AddressType
Line 8: Line 8:
 
| '''Description
 
| '''Description
 
| Types of addresses stored in the Address table.  
 
| Types of addresses stored in the Address table.  
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 20: Line 18:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
 
|- valign="top"
 
|- valign="top"
 
| AddressTypeID
 
| AddressTypeID
Line 52: Line 50:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| PK_AddressType_AddressTypeID
 
| PK_AddressType_AddressTypeID
 
| AddressTypeID
 
| AddressTypeID
Line 63: Line 61:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 
| AK_AddressType_rowguid
 
| AK_AddressType_rowguid
 
| Unique
 
| Unique
 
| rowguid
 
| rowguid
|-
+
|- valign="top"
 
| AK_AddressType_Name
 
| AK_AddressType_Name
 
| Unique
 
| Unique
Line 80: Line 78:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[Sales.CustomerAddress_(table)|Sales.CustomerAddress]]
 
| [[Sales.CustomerAddress_(table)|Sales.CustomerAddress]]
 
| AddressTypeID
 
| AddressTypeID
 
| AddressTypeID
 
| AddressTypeID
|-
+
|- valign="top"
 
| [[Purchasing.VendorAddress_(table)|Purchasing.VendorAddress]]
 
| [[Purchasing.VendorAddress_(table)|Purchasing.VendorAddress]]
 
| AddressTypeID
 
| AddressTypeID
Line 98: Line 96:
 
| '''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 117: Line 115:
 
| '''Referencing Object
 
| '''Referencing Object
  
|-
+
|- valign="top"
 
| Select
 
| Select
 
| View
 
| View
 
| [[Sales.vIndividualCustomer_(view)|Sales.vIndividualCustomer]]
 
| [[Sales.vIndividualCustomer_(view)|Sales.vIndividualCustomer]]
  
|-
+
|- valign="top"
 
| Select
 
| Select
 
| View
 
| View

Revision as of 00:16, 24 June 2010

wikibot

Table Person.AddressType
Description Types of addresses stored in the Address table.

Columns

Column Data Type Nullable Default Description
AddressTypeID int not null Primary key for AddressType records.
Name dbo.Name not null Address type description. For example, Billing, Home, or Shipping.
rowguid uniqueidentifier not null (newid()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key

Primary Key Columns
PK_AddressType_AddressTypeID AddressTypeID

Indexes

Index Type Columns
AK_AddressType_rowguid Unique rowguid
AK_AddressType_Name Unique Name

Detail Tables

Detail Table Column Referencing Column
Sales.CustomerAddress AddressTypeID AddressTypeID
Purchasing.VendorAddress AddressTypeID AddressTypeID

References

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

Dependencies

Reference Type Object Type Referencing Object
Select View Sales.vIndividualCustomer
Select View Sales.vStoreWithDemographics


wikivalues

Table Values Person.AddressType


AddressTypeID Name
6 Archive
1 Billing
2 Home
3 Main Office
4 Primary
5 Shipping

automatically generated

Table Person.AddressType
Description Types of addresses stored in the Address table.


Column Data Type Nullable Default Description / PK / Index
AddressTypeID int not null Primary key for AddressType records.
PK_AddressType_AddressTypeID
Name Name not null Address type description. For example, Billing, Home, or Shipping.
AK_AddressType_Name
rowguid uniqueidentifier not null (NEWID()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
AK_AddressType_rowguid
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Detail Table Column Referencing Column
Sales.CustomerAddress AddressTypeID AddressTypeID
Purchasing.VendorAddress AddressTypeID AddressTypeID


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


Reference Type Object Type Referencing Object
Select View Sales.vIndividualCustomer
Select View Sales.vStoreWithDemographics