Expand Minimize
This topic has not yet been rated - Rate this topic

ProductDocument Table (AdventureWorks)

Is a cross-reference table that maps products to related product documents.

The ProductDocument table is contained in the Production schema.

Column Data type Nullability Description

ProductID

int

Not null

Product identification number. Foreign key to Product.ProductID.

DocumentID

int

Not null

Document identification number. Foreign key to Document.DocumentID.

ModifiedDate

datetime

Not null

Date and time the row was last updated.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.