Databases > AdventureWorks2019 > Tables > Production.Illustration

AdventureWorks2019

Production.Illustration

//
Bicycle assembly diagrams.

Created: Modified:

Columns

  • //
    ${escapify(column.description)}
    IllustrationID
    [int] IDENTITY (1,1) NOT NULL
  • //
    ${escapify(column.description)}
    Diagram
    [xml] NULL
  • //
    ${escapify(column.description)}
    ModifiedDate
    [datetime] NOT NULL DEFAULT (getdate())

Indexes

  • //
    Clustered index created by a primary key constraint.
    PK_Illustration_IllustrationID
    UNIQUE CLUSTERED
    IllustrationID

Sample Data

IllustrationID
Diagram
ModifiedDate
3
[xml]
4
[xml]
5
[xml]
6
[xml]
7
[xml]