| AdventureWorks Database > Production Schema : Production.ProductDocument Table |
| Creation Date | 08/01/2010 08:40 |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 32 |
| Data Space Used | 8.00 KB |
| Index Space Used | 8.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| ProductID | Product identification number. Foreign key to Product.ProductID. | int | 4 | |||
| DocumentID | Document identification number. Foreign key to Document.DocumentID. | int | 4 | |||
| ModifiedDate | Date and time the record was last updated. | datetime | 4 | (getdate()) |
| Index | Description | Primary | Unique |
|---|---|---|---|
| PK_ProductDocument_ProductID_DocumentID | Primary key (clustered) constraint | ![]() | ![]() |
| Relationship | Description |
|---|---|
| FK_ProductDocument_Document_DocumentID | Foreign key constraint referencing Document.DocumentID. |
| FK_ProductDocument_Product_ProductID | Foreign key constraint referencing Product.ProductID. |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | Production.Document | Table | Product maintenance documents. | 1 |
![]() | dbo.Flag | User Defined Data Type | 2 | |
![]() | dbo.Name | User Defined Data Type | 2 | |
![]() | Production.Product | Table | Products sold or used in the manfacturing of sold products. | 1 |
![]() | Production.ProductCategory | Table | High-level product categorization. | 3 |
![]() | Production.ProductModel | Table | Product model classification. | 2 |
![]() | Production.ProductSubcategory | Table | Product subcategories. See ProductCategory table. | 2 |
![]() | Production.UnitMeasure | Table | Unit of measure lookup table. | 2 |
|