\n",
" \n",
" | Name | \n",
" Description | \n",
"
\n",
" \n",
" | ProductID | \n",
" Primary key for Product records | \n",
"
\n",
" \n",
" | Name | \n",
" Name of the product | \n",
"
\n",
" \n",
" | ProductNumber | \n",
" Unique product identification number | \n",
"
\n",
" \n",
" | MakeFlag | \n",
" 0 = Product is purchased, 1 = Product is manufactured in-house. | \n",
"
\n",
" \n",
" | FinishedGoodsFlag | \n",
" 0 = Product is not a salable item. 1 = Product is salable. | \n",
"
\n",
" \n",
" | Color | \n",
" Product color | \n",
"
\n",
" \n",
" | SafetyStockLevel | \n",
" Minimum inventory quantity | \n",
"
\n",
" \n",
" | ReorderPoint | \n",
" Inventory level that triggers a purchase order or work order | \n",
"
\n",
" \n",
" | StandardCost | \n",
" Standard cost of the product [USD] | \n",
"
\n",
" \n",
" | ListPrice | \n",
" Selling price [USD] | \n",
"
\n",
" \n",
" | Size | \n",
" Product size [units vary, see SizeUnitMeasureCode] | \n",
"
\n",
" \n",
" | SizeUnitMeasureCode | \n",
" Unit of measure for the Size column | \n",
"
\n",
" \n",
" | WeightUnitMeasureCode | \n",
" Unit of measure for the Weight column | \n",
"
\n",
" \n",
" | DaysToManufacture | \n",
" Number of days required to manufacture the product | \n",
"
\n",
" \n",
" | ProductLine | \n",
" R = Road, M = Mountain, T = Touring, S = Standard | \n",
"
\n",
" \n",
" | Class | \n",
" H = High, M = Medium, L = Low | \n",
"
\n",
" \n",
" | Style | \n",
" W = Womens, M = Mens, U = Universal | \n",
"
\n",
" \n",
" | ProductSubcategoryID | \n",
" Product is a member of this product subcategory. Foreign key to ProductSubCategory.ProductSubCategoryID | \n",
"
\n",
" \n",
" | ProductModelID | \n",
" Product is a member of this product model. Foreign key to ProductModel.ProductModelID | \n",
"
\n",
" \n",
" | SellStartDate | \n",
" Date the product was available for sale | \n",
"
\n",
" \n",
" | SellEndDate | \n",
" Date the product was no longer available for sale | \n",
"
\n",
" \n",
" | DiscontinuedDate | \n",
" Date the product was discontinued | \n",
"
\n",
" \n",
" | rowguid | \n",
" ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample | \n",
"
\n",
" \n",
" | ModifiedDate | \n",
" Date and time the record was last updated | \n",
"
\n",
"
\n",
"