AdventureWorks
| Table Name: | Production.Illustration |
| Description: | Bicycle assembly diagrams. |
| Primary Keys: | IllustrationID |
| Field | Type | Defaults | Nulls? | Comments |
|---|---|---|---|---|
| IllustrationID | int - Identity | None | No | Primary key for Illustration records. |
| Diagram | xml | None | Yes | Illustrations used in manufacturing instructions. Stored as XML. |
| ModifiedDate | datetime | (getdate()) | No | Date and time the record was last updated. |
| Index | Clustered? | Unique? | Fields |
|---|---|---|---|
| PK_Illustration_IllustrationID | Yes | Yes | IllustrationID |
| Primary Key as Foreign Key Constraint | Affected Table | Affected Field |
|---|---|---|
| FK_ProductModelIllustration_Illustration_IllustrationID | Production.ProductModelIllustration | IllustrationID |