Columns
-
[int] IDENTITY (1,1) NOT NULL
-
[nvarchar](15) NOT NULL
-
[ntext] NULL
-
[image] NULL
Indexes
-
PK_CategoriesUNIQUE CLUSTEREDCategoryID
-
CategoryNameNONCLUSTEREDCategoryName
Sample Data
CategoryID
CategoryName
Description
Picture
1
Beverages
Soft drinks, coffees, teas, beers, and ales
[image]
2
Condiments
Sweet and savory sauces, relishes, spreads, and seasonings
[image]
3
Confections
Desserts, candies, and sweet breads
[image]
4
Dairy Products
Cheeses
[image]
5
Grains/Cereals
Breads, crackers, pasta, and cereal
[image]
6
Meat/Poultry
Prepared meats
[image]
7
Produce
Dried fruit and bean curd
[image]
8
Seafood
Seaweed and fish
[image]