Generated using SQL Data Dictionary demo version.
Product descriptions in several languages.
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK | ProductDescriptionID | int | X | ||
| Primary key for ProductDescription records. | |||||
| Description | nvarchar(400) | ||||
| Description of the product. | |||||
| UK | rowguid | uniqueidentifier | newid() | ||
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. | |||||
| ModifiedDate | datetime | getdate() | |||
| Date and time the record was last updated. | |||||
Primary key (clustered) constraint
Unique nonclustered index. Used to support replication samples.