Generated using SQL Data Dictionary demo version.


Table Production.ProductModelIllustration (7 rows)


Cross-reference table mapping product models and illustrations.


  Column Data Type Identity Nullable Default
PK, FK ProductModelID int
Primary key. Foreign key to ProductModel.ProductModelID.
PK, FK IllustrationID int
Primary key. Foreign key to Illustration.IllustrationID.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


References: