Databases > AdventureWorks2019 > Tables > Person.Address

AdventureWorks2019

Person.Address

//
Street address information for customers, employees, and vendors.

Created: Modified:

Columns

  • //
    ${escapify(column.description)}
    AddressID
    [int] IDENTITY (1,1) NOT NULL
  • //
    ${escapify(column.description)}
    AddressLine1
    [nvarchar](60) NOT NULL
  • //
    ${escapify(column.description)}
    AddressLine2
    [nvarchar](60) NULL
  • //
    ${escapify(column.description)}
    City
    [nvarchar](30) NOT NULL
  • //
    ${escapify(column.description)}
    StateProvinceID
    [int] NOT NULL
  • //
    ${escapify(column.description)}
    PostalCode
    [nvarchar](15) NOT NULL
  • //
    ${escapify(column.description)}
    SpatialLocation
    [geography] NULL
  • //
    ${escapify(column.description)}
    rowguid
    [uniqueidentifier] NOT NULL DEFAULT (newid())
  • //
    ${escapify(column.description)}
    ModifiedDate
    [datetime] NOT NULL DEFAULT (getdate())

Indexes

  • //
    Clustered index created by a primary key constraint.
    PK_Address_AddressID
    UNIQUE CLUSTERED
    AddressID
  • //
    Unique nonclustered index. Used to support replication samples.
    AK_Address_rowguid
    UNIQUE NONCLUSTERED
    rowguid
  • //
    Nonclustered index.
    IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
    UNIQUE NONCLUSTERED
    AddressLine1 , AddressLine2 , City , StateProvinceID , PostalCode
  • //
    Nonclustered index.
    IX_Address_StateProvinceID
    NONCLUSTERED
    StateProvinceID

Foreign Keys

  • //
    Foreign key constraint referencing StateProvince.StateProvinceID.
    FK_Address_StateProvince_StateProvinceID
    Person.StateProvince
    StateProvinceID ⥱ StateProvinceID

Sample Data

AddressID
AddressLine1
AddressLine2
City
StateProvinceID
PostalCode
SpatialLocation
rowguid
ModifiedDate
1
1970 Napa Ct.
NULL
Bothell
79
98011
[geography]
9AADCB0D-36CF-483F-84D8-585C2D4EC6E9
2
9833 Mt. Dias Blv.
NULL
Bothell
79
98011
[geography]
32A54B9E-E034-4BFB-B573-A71CDE60D8C0
3
7484 Roundtree Drive
NULL
Bothell
79
98011
[geography]
4C506923-6D1B-452C-A07C-BAA6F5B142A4
4
9539 Glenside Dr
NULL
Bothell
79
98011
[geography]
E5946C78-4BCC-477F-9FA1-CC09DE16A880
5
1226 Shoe St.
NULL
Bothell
79
98011
[geography]
FBAFF937-4A97-4AF0-81FD-B849900E9BB0
6
1399 Firestone Drive
NULL
Bothell
79
98011
[geography]
FEBF8191-9804-44C8-877A-33FDE94F0075
7
5672 Hale Dr.
NULL
Bothell
79
98011
[geography]
0175A174-6C34-4D41-B3C1-4419CD6A0446
8
6387 Scenic Avenue
NULL
Bothell
79
98011
[geography]
3715E813-4DCA-49E0-8F1C-31857D21F269
9
8713 Yosemite Ct.
NULL
Bothell
79
98011
[geography]
268AF621-76D7-4C78-9441-144FD139821A
10
250 Race Court
NULL
Bothell
79
98011
[geography]
0B6B739D-8EB6-4378-8D55-FE196AF34C04
11
1318 Lasalle Street
NULL
Bothell
79
98011
[geography]
981B3303-ACA2-49C7-9A96-FB670785B269
12
5415 San Gabriel Dr.
NULL
Bothell
79
98011
[geography]
1C2C9CFE-AB9F-4F96-8E1F-D9666B6F7F22
13
9265 La Paz
NULL
Bothell
79
98011
[geography]
E0BA2F52-C907-4553-A0DB-67FC67D28AE4
14
8157 W. Book
NULL
Bothell
79
98011
[geography]
A1C658AE-C553-4A9D-A081-A550D39B64DF
15
4912 La Vuelta
NULL
Bothell
79
98011
[geography]
F397E64A-A9D8-4E57-9E7C-B10928ACADD6
16
40 Ellis St.
NULL
Bothell
79
98011
[geography]
0312B65F-CB60-4396-9EC7-A78B2EAC1A1B
17
6696 Anchor Drive
NULL
Bothell
79
98011
[geography]
CE9B3B47-9267-4727-BCD2-687C47482C06
18
1873 Lion Circle
NULL
Bothell
79
98011
[geography]
963854F7-E3CB-46A1-A3DB-1B05F71D6473
19
3148 Rose Street
NULL
Bothell
79
98011
[geography]
6B7ACB0F-CDBF-44FD-BA14-EB08A56C1582
20
6872 Thornwood Dr.
NULL
Bothell
79
98011
[geography]
4B1F1ED4-97A4-43FD-BB1E-9E05817718E8
21
5747 Shirley Drive
NULL
Bothell
79
98011
[geography]
D83299D7-A0F4-4055-9BD5-5908E245D757
22
636 Vine Hill Way
NULL
Portland
58
97205
[geography]
7F641525-2704-4F73-9D8A-EB062CFBFA3C
23
6657 Sand Pointe Lane
NULL
Seattle
79
98104
[geography]
B991568F-5096-4A92-B25C-1A3E4D2ACC66
24
80 Sunview Terrace
NULL
Duluth
36
55802
[geography]
BE07D3C8-6E58-4670-9DA9-151AB6D3D620
25
9178 Jumping St.
NULL
Dallas
73
75201
[geography]
C8DF3BD9-48F0-4654-A8DD-14A67A84D3C6