Generated using SQL Data Dictionary demo version.


Table Production.ProductCategory (4 rows)


High-level product categorization.


  Column Data Type Identity Nullable Default
PK ProductCategoryID int X
Primary key for ProductCategory records.
UK Name Name(nvarchar(50))
Category description.
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.

Indexes:


Referenced by: