Difference between revisions of "Person.AddressType (table)"
(18 intermediate revisions by the same user not shown) | |||
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 | ||
− | |- | + | |- valign="top" |
+ | | '''Description | ||
+ | | Types of addresses stored in the Address table. | ||
|} | |} | ||
− | + | === Columns === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 15: | Line 17: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | + | ||
− | + | |- valign="top" | |
− | |- | ||
| AddressTypeID | | AddressTypeID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
− | | | + | | Primary key for AddressType records. |
− | + | |- valign="top" | |
− | |- | ||
| Name | | Name | ||
| dbo.Name | | dbo.Name | ||
| not null | | not null | ||
| | | | ||
− | | | + | | Address type description. For example, Billing, Home, or Shipping. |
− | + | |- valign="top" | |
− | |- | ||
| rowguid | | rowguid | ||
| uniqueidentifier | | uniqueidentifier | ||
| not null | | not null | ||
| (newid()) | | (newid()) | ||
− | | | + | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. |
− | + | |- valign="top" | |
− | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
+ | | Date and time the record was last updated. | ||
+ | |} | ||
+ | |||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | PK_AddressType_AddressTypeID | ||
+ | | AddressTypeID | ||
+ | |} | ||
+ | |||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |||
+ | |- valign="top" | ||
+ | | AK_AddressType_Name | ||
+ | | Unique | ||
+ | | Name | ||
+ | |- valign="top" | ||
+ | | AK_AddressType_rowguid | ||
+ | | Unique | ||
+ | | rowguid | ||
+ | |} | ||
+ | |||
+ | === Detail Tables === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Detail Table | ||
+ | | '''Column | ||
+ | | '''Referencing Column | ||
+ | |||
+ | |- valign="top" | ||
+ | | [[Sales.CustomerAddress_(table)|Sales.CustomerAddress]] | ||
+ | | AddressTypeID | ||
+ | | AddressTypeID | ||
+ | |- valign="top" | ||
+ | | [[Purchasing.VendorAddress_(table)|Purchasing.VendorAddress]] | ||
+ | | AddressTypeID | ||
+ | | AddressTypeID | ||
+ | |} | ||
+ | |||
+ | === References === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |||
+ | |- valign="top" | ||
+ | | Data Type | ||
+ | | Type | ||
+ | | [[dbo.Name_(type)|dbo.Name]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Person_(schema)|Person]] | ||
+ | |||
+ | |} | ||
+ | |||
+ | === Dependencies === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
+ | | '''Referencing Object | ||
+ | |||
+ | |- valign="top" | ||
+ | | Select | ||
+ | | View | ||
+ | | [[Sales.vIndividualCustomer_(view)|Sales.vIndividualCustomer]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Select | ||
+ | | View | ||
+ | | [[Sales.vStoreWithDemographics_(view)|Sales.vStoreWithDemographics]] | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | == wikivalues == | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- valign="top" | ||
+ | | '''Table Values | ||
+ | | Person.AddressType | ||
+ | |} | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | |||
+ | | '''AddressTypeID | ||
+ | | '''Name | ||
+ | |- valign="top" | ||
+ | |||
+ | | 6 | ||
+ | | Archive | ||
+ | |- valign="top" | ||
+ | |||
+ | | 1 | ||
+ | | Billing | ||
+ | |- valign="top" | ||
+ | |||
+ | | 2 | ||
+ | | Home | ||
+ | |- valign="top" | ||
+ | |||
+ | | 3 | ||
+ | | Main Office | ||
+ | |- valign="top" | ||
+ | |||
+ | | 4 | ||
+ | | Primary | ||
+ | |- valign="top" | ||
+ | |||
+ | | 5 | ||
+ | | Shipping | ||
+ | |} | ||
+ | |||
+ | == automatically generated == | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- | ||
+ | | '''Table | ||
+ | | Person.AddressType | ||
+ | |- valign="top" | ||
+ | | '''Description | ||
+ | | Types of addresses stored in the Address table. | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Column | ||
+ | | '''Data Type | ||
+ | | '''Nullable | ||
+ | | '''Default | ||
+ | | '''Description / PK / Index | ||
+ | |||
+ | |- valign="top" | ||
+ | | AddressTypeID | ||
+ | | int | ||
+ | | not null | ||
| | | | ||
+ | | Primary key for AddressType records.<br />PK_AddressType_AddressTypeID | ||
+ | |- valign="top" | ||
+ | | Name | ||
+ | | Name | ||
+ | | not null | ||
| | | | ||
+ | | Address type description. For example, Billing, Home, or Shipping.<br />AK_AddressType_Name | ||
+ | |- valign="top" | ||
+ | | rowguid | ||
+ | | uniqueidentifier | ||
+ | | not null | ||
+ | | (NEWID()) | ||
+ | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_AddressType_rowguid | ||
+ | |- valign="top" | ||
+ | | ModifiedDate | ||
+ | | datetime | ||
+ | | not null | ||
+ | | (GETDATE()) | ||
+ | | Date and time the record was last updated.<br /> | ||
|} | |} | ||
Line 65: | Line 231: | ||
| AddressTypeID | | AddressTypeID | ||
|} | |} | ||
− | + | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |||
|- | |- | ||
− | | | + | | Data Type |
− | | | + | | Type |
+ | | [[dbo.Name_(type)|dbo.Name]] | ||
+ | |||
|- | |- | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Person_(schema)|Person]] | ||
+ | |||
|} | |} | ||
− | {| border="1" cellpadding="5" cellspacing="0" | + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |
− | |- style="background:silver" | + | |- style="background:silver" |
− | | ''' | + | | '''Reference Type |
− | | ''' | + | | '''Object Type |
− | | | + | | '''Referencing Object |
− | + | ||
− | + | |- | |
− | + | | Select | |
− | + | | View | |
− | + | | [[Sales.vIndividualCustomer_(view)|Sales.vIndividualCustomer]] | |
− | |- | + | |
− | | | + | |- |
− | | | + | | Select |
− | | | + | | View |
− | | | + | | [[Sales.vStoreWithDemographics_(view)|Sales.vStoreWithDemographics]] |
− | + | ||
− | |- | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | |||
|} | |} |
Latest revision as of 09:55, 27 August 2011
Contents
wikibot[edit]
Table | Person.AddressType |
Description | Types of addresses stored in the Address table. |
Columns[edit]
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[edit]
Primary Key | Columns |
PK_AddressType_AddressTypeID | AddressTypeID |
Indexes[edit]
Index | Type | Columns |
AK_AddressType_Name | Unique | Name |
AK_AddressType_rowguid | Unique | rowguid |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
Sales.CustomerAddress | AddressTypeID | AddressTypeID |
Purchasing.VendorAddress | AddressTypeID | AddressTypeID |
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 | Sales.vIndividualCustomer |
Select | View | Sales.vStoreWithDemographics |
wikivalues[edit]
Table Values | Person.AddressType |
AddressTypeID | Name |
6 | Archive |
1 | Billing |
2 | Home |
3 | Main Office |
4 | Primary |
5 | Shipping |
automatically generated[edit]
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 |