Person.AddressType

Table: 'Person.AddressType'

4 fields. 136 bytes.

Types of addresses stored in the Address table.

Field NameData TypeSizeOriginal TypeDefaultNullableDescriptionCheck
AddressTypeIDint identity int Not nullPrimary key for AddressType records. 
NameName nvarchar(50) Not nullAddress type description. For example, Billing, Home, or Shipping. 
rowguiduniqueidentifier  newid()Not nullROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. 
ModifiedDatedatetime  getdate()Not nullDate and time the record was last updated. 

Extended Properties

The object has no extended properties.

Primary key for table 'Person.AddressType'

Primary Key NameField Name
PK_AddressType_AddressTypeIDAddressTypeID
There are no Foreign Keys for this table.

Indexes for table 'Person.AddressType', 3 items

Index NameDescriptionClusteredUniqueFields
PK_AddressType_AddressTypeIDClustered index created by a primary key constraint.YesYesAddressTypeID
AK_AddressType_NameUnique nonclustered index.NoYesName
AK_AddressType_rowguidUnique nonclustered index. Used to support replication samples.NoYesrowguid

Triggers for table 'Person.AddressType', 1 item

NameDescriptionTypeEnabled
uAddressTypeAFTER UPDATE trigger setting the ModifiedDate column in the AddressType table to the current date.after Update Yes

Dependencies for table 'Person.AddressType', 3 items

Object NameTypeField Name
Person.uAddressTypetriggerN/A
Sales.vIndividualCustomerviewN/A
Sales.vStoreWithDemographicsviewN/A