Editing Production.Product (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 431: Line 431:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for Product records.<br />PK_Product_ProductID
+
| Primary key for Product records.PK_Product_ProductID
 
|- valign="top"
 
|- valign="top"
 
| Name
 
| Name
Line 437: Line 437:
 
| not null
 
| not null
 
|  
 
|  
| Name of the product.<br />AK_Product_Name
+
| Name of the product.AK_Product_Name
 
|- valign="top"
 
|- valign="top"
 
| ProductNumber
 
| ProductNumber
Line 443: Line 443:
 
| not null
 
| not null
 
|  
 
|  
| Unique product identification number.<br />AK_Product_ProductNumber
+
| Unique product identification number.AK_Product_ProductNumber
 
|- valign="top"
 
|- valign="top"
 
| MakeFlag
 
| MakeFlag
Line 449: Line 449:
 
| not null
 
| not null
 
| (1)
 
| (1)
| 0 = Product is purchased, 1 = Product is manufactured in-house.<br />
+
| 0 = Product is purchased, 1 = Product is manufactured in-house.
 
|- valign="top"
 
|- valign="top"
 
| FinishedGoodsFlag
 
| FinishedGoodsFlag
Line 455: Line 455:
 
| not null
 
| not null
 
| (1)
 
| (1)
| 0 = Product is not a salable item. 1 = Product is salable.<br />
+
| 0 = Product is not a salable item. 1 = Product is salable.
 
|- valign="top"
 
|- valign="top"
 
| Color
 
| Color
Line 461: Line 461:
 
| null
 
| null
 
|  
 
|  
| Product color.<br />
+
| Product color.
 
|- valign="top"
 
|- valign="top"
 
| SafetyStockLevel
 
| SafetyStockLevel
Line 467: Line 467:
 
| not null
 
| not null
 
|  
 
|  
| Minimum inventory quantity. <br />
+
| Minimum inventory quantity.  
 
|- valign="top"
 
|- valign="top"
 
| ReorderPoint
 
| ReorderPoint
Line 473: Line 473:
 
| not null
 
| not null
 
|  
 
|  
| Inventory level that triggers a purchase order or work order. <br />
+
| Inventory level that triggers a purchase order or work order.  
 
|- valign="top"
 
|- valign="top"
 
| StandardCost
 
| StandardCost
Line 479: Line 479:
 
| not null
 
| not null
 
|  
 
|  
| Standard cost of the product.<br />
+
| Standard cost of the product.
 
|- valign="top"
 
|- valign="top"
 
| ListPrice
 
| ListPrice
Line 485: Line 485:
 
| not null
 
| not null
 
|  
 
|  
| Selling price.<br />
+
| Selling price.
 
|- valign="top"
 
|- valign="top"
 
| Size
 
| Size
Line 491: Line 491:
 
| null
 
| null
 
|  
 
|  
| Product size.<br />
+
| Product size.
 
|- valign="top"
 
|- valign="top"
 
| SizeUnitMeasureCode
 
| SizeUnitMeasureCode
Line 497: Line 497:
 
| null
 
| null
 
|  
 
|  
| Unit of measure for Size column.<br />
+
| Unit of measure for Size column.
 
|- valign="top"
 
|- valign="top"
 
| WeightUnitMeasureCode
 
| WeightUnitMeasureCode
Line 503: Line 503:
 
| null
 
| null
 
|  
 
|  
| Unit of measure for Weight column.<br />
+
| Unit of measure for Weight column.
 
|- valign="top"
 
|- valign="top"
 
| Weight
 
| Weight
Line 509: Line 509:
 
| null
 
| null
 
|  
 
|  
| Product weight.<br />
+
| Product weight.
 
|- valign="top"
 
|- valign="top"
 
| DaysToManufacture
 
| DaysToManufacture
Line 515: Line 515:
 
| not null
 
| not null
 
|  
 
|  
| Number of days required to manufacture the product.<br />
+
| Number of days required to manufacture the product.
 
|- valign="top"
 
|- valign="top"
 
| ProductLine
 
| ProductLine
Line 521: Line 521:
 
| null
 
| null
 
|  
 
|  
| R = Road, M = Mountain, T = Touring, S = Standard<br />
+
| R = Road, M = Mountain, T = Touring, S = Standard
 
|- valign="top"
 
|- valign="top"
 
| Class
 
| Class
Line 527: Line 527:
 
| null
 
| null
 
|  
 
|  
| H = High, M = Medium, L = Low<br />
+
| H = High, M = Medium, L = Low
 
|- valign="top"
 
|- valign="top"
 
| Style
 
| Style
Line 533: Line 533:
 
| null
 
| null
 
|  
 
|  
| W = Womens, M = Mens, U = Universal<br />
+
| W = Womens, M = Mens, U = Universal
 
|- valign="top"
 
|- valign="top"
 
| ProductSubcategoryID
 
| ProductSubcategoryID
Line 539: Line 539:
 
| null
 
| null
 
|  
 
|  
| Product is a member of this product subcategory. Foreign key to ProductSubCategory.ProductSubCategoryID. <br />
+
| Product is a member of this product subcategory. Foreign key to ProductSubCategory.ProductSubCategoryID.  
 
|- valign="top"
 
|- valign="top"
 
| ProductModelID
 
| ProductModelID
Line 545: Line 545:
 
| null
 
| null
 
|  
 
|  
| Product is a member of this product model. Foreign key to ProductModel.ProductModelID.<br />
+
| Product is a member of this product model. Foreign key to ProductModel.ProductModelID.
 
|- valign="top"
 
|- valign="top"
 
| SellStartDate
 
| SellStartDate
Line 551: Line 551:
 
| not null
 
| not null
 
|  
 
|  
| Date the product was available for sale.<br />
+
| Date the product was available for sale.
 
|- valign="top"
 
|- valign="top"
 
| SellEndDate
 
| SellEndDate
Line 557: Line 557:
 
| null
 
| null
 
|  
 
|  
| Date the product was no longer available for sale.<br />
+
| Date the product was no longer available for sale.
 
|- valign="top"
 
|- valign="top"
 
| DiscontinuedDate
 
| DiscontinuedDate
Line 563: Line 563:
 
| null
 
| null
 
|  
 
|  
| Date the product was discontinued.<br />
+
| Date the product was discontinued.
 
|- valign="top"
 
|- valign="top"
 
| rowguid
 
| rowguid
Line 569: Line 569:
 
| not null
 
| not null
 
| (NEWID())
 
| (NEWID())
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_Product_rowguid
+
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.AK_Product_rowguid
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 575: Line 575:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.<br />
+
| Date and time the record was last updated.
 
|}
 
|}
  

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)