Databases
>
AdventureWorks2019
>
Tables
> Production.Illustration
AdventureWorks2019
Production.Illustration
//
Bicycle assembly diagrams.
Created:
5/8/2023
Modified:
5/8/2023
Save
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]
1/9/2014
4
[xml]
1/9/2014
5
[xml]
1/9/2014
6
[xml]
1/9/2014
7
[xml]
1/9/2014