From dbscript Online Help
wikibot[edit]
Table
|
Person.Address
|
Description
|
Street address information for customers, employees, and vendors.
|
Columns[edit]
Column
|
Data Type
|
Nullable
|
Default
|
Description
|
AddressID
|
int
|
not null
|
|
Primary key for Address records.
|
AddressLine1
|
nvarchar(60)
|
not null
|
|
First street address line.
|
AddressLine2
|
nvarchar(60)
|
null
|
|
Second street address line.
|
City
|
nvarchar(30)
|
not null
|
|
Name of the city.
|
StateProvinceID
|
int
|
not null
|
|
Unique identification number for the state or province. Foreign key to StateProvince table.
|
PostalCode
|
nvarchar(15)
|
not null
|
|
Postal code for the street address.
|
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_Address_AddressID
|
AddressID
|
Indexes[edit]
Index
|
Type
|
Columns
|
AK_Address_rowguid
|
Unique
|
rowguid
|
IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
Unique
|
AddressLine1, AddressLine2, City, StateProvinceID, PostalCode
|
IX_Address_StateProvinceID
|
|
StateProvinceID
|
Foreign Keys[edit]
Detail Tables[edit]
References[edit]
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Person
|
Dependencies[edit]
automatically generated[edit]
Table
|
Person.Address
|
Description
|
Street address information for customers, employees, and vendors.
|
Column
|
Data Type
|
Nullable
|
Default
|
Description / PK / Index
|
AddressID
|
int
|
not null
|
|
Primary key for Address records. PK_Address_AddressID
|
AddressLine1
|
nvarchar(60)
|
not null
|
|
First street address line. IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
AddressLine2
|
nvarchar(60)
|
null
|
|
Second street address line. IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
City
|
nvarchar(30)
|
not null
|
|
Name of the city. IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
StateProvinceID
|
int
|
not null
|
|
Unique identification number for the state or province. Foreign key to StateProvince table. IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCodeIX_Address_StateProvinceID
|
PostalCode
|
nvarchar(15)
|
not null
|
|
Postal code for the street address. IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
rowguid
|
uniqueidentifier
|
not null
|
(NEWID())
|
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_Address_rowguid
|
ModifiedDate
|
datetime
|
not null
|
(GETDATE())
|
Date and time the record was last updated.
|
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Person
|