Production.ProductDocument Table
Information
| Name | ProductDocument |
| Schema | Production |
| Row Count | 32 |
| Data Size | 8 KB |
| Index Size | 8 KB |
| Reserved Size | 16 KB |
| Unused Size | 0 KB |
| Created | 14.10.2005 1:58:33 |
| Modified | 14.10.2005 1:59:53 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| ProductDocument | TABLE | MS_Description | Cross-reference table mapping products to related product documents. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | ProductID | int |   | Production.Product.ProductID |   | |||
|   |   |   | DocumentID | int |   | Production.Document.DocumentID |   | |||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_ProductDocument_ProductID_DocumentID | Clustered |   |   | ProductID, DocumentID |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_ProductDocument_Document_DocumentID | Foreign key | Production.Document |
| FK_ProductDocument_Product_ProductID | Foreign key | Production.Product |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| Production.uProductDocument | UPDATE |   |   |   | 14.10.2005 1:59:53 | 14.10.2005 1:59:53 |
