Databases > AdventureWorks2019 > Tables > Person.EmailAddress

AdventureWorks2019

Person.EmailAddress

//
Where to send a person email.

Created: Modified:

Columns

  • //
    ${escapify(column.description)}
    BusinessEntityID
    [int] NOT NULL
  • //
    ${escapify(column.description)}
    EmailAddressID
    [int] IDENTITY (1,1) NOT NULL
  • //
    ${escapify(column.description)}
    EmailAddress
    [nvarchar](50) 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_EmailAddress_BusinessEntityID_EmailAddressID
    UNIQUE CLUSTERED
    BusinessEntityID , EmailAddressID
  • //
    Nonclustered index.
    IX_EmailAddress_EmailAddress
    NONCLUSTERED
    EmailAddress

Foreign Keys

  • //
    Foreign key constraint referencing Person.BusinessEntityID.
    FK_EmailAddress_Person_BusinessEntityID
    Person.Person
    BusinessEntityID ⥱ BusinessEntityID

Sample Data

BusinessEntityID
EmailAddressID
EmailAddress
rowguid
ModifiedDate
1
1
ken0@adventure-works.com
8A1901E4-671B-431A-871C-EADB2942E9EE
2
2
terri0@adventure-works.com
B5FF9EFD-72A2-4F87-830B-F338FDD4D162
3
3
roberto0@adventure-works.com
C8A51084-1C03-4C58-A8B3-55854AE7C499
4
4
rob0@adventure-works.com
17703ED1-0031-4B4A-AFD2-77487A556B3B
5
5
gail0@adventure-works.com
E76D2EA3-08E5-409C-BBE2-5DD1CDF89A3B
6
6
jossef0@adventure-works.com
A9C4093A-4F4A-4CAD-BBB4-2C4E920BACCB
7
7
dylan0@adventure-works.com
70429DE4-C3BF-4F19-A00A-E976C8017FB3
8
8
diane1@adventure-works.com
37F02A87-058D-49F8-A20D-965738B0A71F
9
9
gigi0@adventure-works.com
F888A16D-0C33-459E-9D72-D16AE0BB1F43
10
10
michael6@adventure-works.com
E0DD366D-433D-4F5A-9347-1A5FE7FBE0A3
11
11
ovidiu0@adventure-works.com
0FF9523D-F398-4237-85F8-2834DE441692
12
12
thierry0@adventure-works.com
B2962849-CC5F-4E57-BCB4-019642BBD8ED
13
13
janice0@adventure-works.com
64871268-3812-402F-8A91-C618B6515B06
14
14
michael8@adventure-works.com
BEA9075C-1BED-4E5E-8234-F5641FAF814C
15
15
sharon0@adventure-works.com
5CD782BA-F5AB-41EC-B206-09B06F52C96B
16
16
david0@adventure-works.com
80C0D44A-78B6-42AC-AE8D-410A22A6BE63
17
17
kevin0@adventure-works.com
F4332215-C861-4A54-99F5-B0C4F6406515
18
18
john5@adventure-works.com
A944FC67-F16E-4AB8-8940-8CEFF186BED3
19
19
mary2@adventure-works.com
626CB0E6-D6A9-4A73-8227-ACB02DBC5214
20
20
wanida0@adventure-works.com
924A0FC3-F9E4-4100-8C82-1C69AAE4501F
21
21
terry0@adventure-works.com
001ADA12-A5D4-44E7-97EF-610888C011C5
22
22
sariya0@adventure-works.com
BA309CB3-C089-4BD8-A9CA-AAC0CE2B7BBF
23
23
mary0@adventure-works.com
4E589721-922B-4A26-A138-B9D5A1813EC7
24
24
jill0@adventure-works.com
76C0AD95-1552-4867-A95F-7460EF3F3EEE
25
25
james1@adventure-works.com
2FB4A156-A73C-4FB6-ADEE-D36BC1435C87