The following table contains a brief description of the data stored in the product-related tables.
|
Schema.Table
|
Contains this kind of content
|
Comment
|
|---|
|
Production.BillOfMaterials
|
A list of all the components used to manufacture bicycles and bicycle subassemblies.
|
The ProductAssemblyID column represents the parent, or primary, product, and ComponentID represents the child, or individual, parts used to build the parent assembly.
|
|
Production.Culture
|
The languages used in localized product descriptions.
|
Product descriptions are available in Arabic, English, French, Hebrew, Simplified Chinese, and Thai.
|
|
Production.Location
|
A list of the locations within Adventure Works Cycles where products and parts are stored as inventory. For example, paint is stored in both the Paint Storage location in the warehouse and in the manufacturing work center, Paint Shop, where the bicycle frames are painted.
|
|
|
Production.Product
|
Information about each product sold by Adventure Works Cycles or used to manufacture Adventure Works Cycles bicycles and bicycle components.
|
The FinishedGoodsFlag column indicates whether a product is sold. Products that are not sold are components of a product that is sold. For example, a bicycle would be sold, but the sheet of metal used to create the bicycle frame would not.
|
|
Production.ProductCategory
|
The most general classification of products. For example, bike or accessory.
|
|
|
Production.ProductCostHistory
|
The cost of products over time.
|
|
|
Production.ProductDescription
|
A full description of products in various languages.
|
Product descriptions are provided in Arabic, English, French, Hebrew, Simplified Chinese, and Thai.
|
|
Production.ProductInventory
|
The inventory level of products by their location. See Production.Location previously mentioned.
|
|
|
Production.ProductListPriceHistory
|
The list price of products over time.
|
|
|
Production.ProductModel
|
The product models associated with products. For example, Mountain-100 or LL Touring Frame.
|
The CatalogDescription column contains additional product information by using the xml data type. The Instructions column contains product manufacturing instructions by using the xml data type.
|
|
ProductModelProductDescriptionCulture
|
Cross-reference between product models, product descriptions, and the languages the description has been localized to.
|
|
|
Production.ProductPhoto
|
Images of products sold by Adventure Works Cycles.
|
The images are stored by using the varbinary(max) data type.
|
|
Production.ProductReview
|
Customer reviews of Adventure Works Cycles products.
|
|
|
Production.ProductSubcategory
|
Subcategories of product categories. For example, Mountain, Road, and Touring are subcategories of the category Bike.
|
|