dbo.Categories

Table: 'dbo.Categories', 4 fields

Field NameType and SizeDefaultNullable
CategoryIDint identity NOT NULL
CategoryNamenvarchar(15) NOT NULL
Descriptionntext NULL
Pictureimage NULL

Primary key for table 'dbo.Categories'

Primary Key NameFields
PK_CategoriesCategoryID

Indexes for table 'dbo.Categories', 2 items

Index NameClusteredUniqueFields
PK_CategoriesYesYesCategoryID
CategoryNameNoNoCategoryName

Dependencies for table 'dbo.Categories', 5 items

Object NameType
dbo.Alphabetical list of productsview
dbo.Product Sales for 1997view
dbo.Products by Categoryview
dbo.Sales by Categoryview
dbo.SalesByCategorystored procedure