HumanResources.EmployeeAddress (table)
wikibot
Table | HumanResources.EmployeeAddress |
Column | Data Type | Nullable | Default | PK | Index |
EmployeeID | int | not null | PK_EmployeeAddress_EmployeeID_AddressID | ||
AddressID | int | not null | PK_EmployeeAddress_EmployeeID_AddressID | ||
rowguid | uniqueidentifier | not null | (newid()) | AK_EmployeeAddress_rowguid | |
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Person.Address | AddressID | AddressID |
HumanResources.Employee | EmployeeID | EmployeeID |