Cross-reference table mapping products to related product documents.
Creation Date | 27/10/2017 14:33 |
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. | Integer | 4 | ||||
DocumentNode | Document identification number. Foreign key to Document.DocumentNode. | UserDefined | 892 | ||||
ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Index | Description | Primary | Unique |
---|---|---|---|
PK_ProductDocument_ProductID_DocumentNode | Primary key (clustered) constraint |
Relationship | Description |
---|---|
FK_ProductDocument_Document_DocumentNode | Foreign key constraint referencing Document.DocumentNode. |
FK_ProductDocument_Product_ProductID | Foreign key constraint referencing Product.ProductID. |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
Person.BusinessEntity | Table | Source of the ID that connects vendors, customers, and employees with address and contact information. | 4 | |
Production.Document | Table | Product maintenance documents. | 1 | |
HumanResources.Employee | Table | Employee information such as salary, department, and title. | 2 | |
dbo.NameStyle | User Defined Data Type | 4 | ||
Person.Person | Table | Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts. | 3 | |
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 |
|