HumanResources.EmployeeAddress Table
Information
| Name | EmployeeAddress |
| Schema | HumanResources |
| Row Count | 290 |
| Data Size | 16 KB |
| Index Size | 32 KB |
| Reserved Size | 48 KB |
| Unused Size | 0 KB |
| Created | 14.10.2005 1:58:32 |
| Modified | 14.10.2005 1:59:52 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| EmployeeAddress | TABLE | MS_Description | Cross-reference table mapping employees to their address(es). |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | EmployeeID | int |   | HumanResources.Employee.EmployeeID |   | |||
|   |   |   | AddressID | int |   | Person.Address.AddressID |   | |||
|   |   | rowguid | uniqueidentifier |   | (newid()) |   | ||||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_EmployeeAddress_EmployeeID_AddressID | Clustered |   |   | EmployeeID, AddressID |
| AK_EmployeeAddress_rowguid | NonClustered |   |   | rowguid |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_EmployeeAddress_Address_AddressID | Foreign key | Person.Address |
| FK_EmployeeAddress_Employee_EmployeeID | Foreign key | HumanResources.Employee |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| HumanResources.uEmployeeAddress | UPDATE |   |   |   | 14.10.2005 1:59:52 | 14.10.2005 1:59:52 |
