Editing Production.ProductInventory (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 162: Line 162:
 
| not null
 
| not null
 
|  
 
|  
| Product identification number. Foreign key to Product.ProductID.<br />PK_ProductInventory_ProductID_LocationID
+
| Product identification number. Foreign key to Product.ProductID.PK_ProductInventory_ProductID_LocationID
 
|- valign="top"
 
|- valign="top"
 
| LocationID
 
| LocationID
Line 168: Line 168:
 
| not null
 
| not null
 
|  
 
|  
| Inventory location identification number. Foreign key to Location.LocationID. <br />PK_ProductInventory_ProductID_LocationID
+
| Inventory location identification number. Foreign key to Location.LocationID. PK_ProductInventory_ProductID_LocationID
 
|- valign="top"
 
|- valign="top"
 
| Shelf
 
| Shelf
Line 174: Line 174:
 
| not null
 
| not null
 
|  
 
|  
| Storage compartment within an inventory location.<br />
+
| Storage compartment within an inventory location.
 
|- valign="top"
 
|- valign="top"
 
| Bin
 
| Bin
Line 180: Line 180:
 
| not null
 
| not null
 
|  
 
|  
| Storage container on a shelf in an inventory location.<br />
+
| Storage container on a shelf in an inventory location.
 
|- valign="top"
 
|- valign="top"
 
| Quantity
 
| Quantity
Line 186: Line 186:
 
| not null
 
| not null
 
| (0)
 
| (0)
| Quantity of products in the inventory location.<br />
+
| Quantity of products in the inventory location.
 
|- valign="top"
 
|- valign="top"
 
| rowguid
 
| rowguid
Line 192: Line 192:
 
| not null
 
| not null
 
| (NEWID())
 
| (NEWID())
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />
+
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 198: Line 198:
 
| 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)