Generated using SQL Data Dictionary demo version.


Table Production.ProductDocument (32 rows)


Cross-reference table mapping products to related product documents.


  Column Data Type Identity Nullable Default
PK, FK ProductID int
Product identification number. Foreign key to Product.ProductID.
PK, FK DocumentNode hierarchyid
Document identification number. Foreign key to Document.DocumentNode.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


References: