Editing Purchasing.ProductVendor (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 209: Line 209:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. Foreign key to Product.ProductID.<br />PK_ProductVendor_ProductID_VendorID
+
| Primary key. Foreign key to Product.ProductID.PK_ProductVendor_ProductID_VendorID
 
|- valign="top"
 
|- valign="top"
 
| VendorID
 
| VendorID
Line 215: Line 215:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. Foreign key to Vendor.VendorID.<br />PK_ProductVendor_ProductID_VendorIDIX_ProductVendor_VendorID
+
| Primary key. Foreign key to Vendor.VendorID.PK_ProductVendor_ProductID_VendorIDIX_ProductVendor_VendorID
 
|- valign="top"
 
|- valign="top"
 
| AverageLeadTime
 
| AverageLeadTime
Line 221: Line 221:
 
| not null
 
| not null
 
|  
 
|  
| The average span of time (in days) between placing an order with the vendor and receiving the purchased product.<br />
+
| The average span of time (in days) between placing an order with the vendor and receiving the purchased product.
 
|- valign="top"
 
|- valign="top"
 
| StandardPrice
 
| StandardPrice
Line 227: Line 227:
 
| not null
 
| not null
 
|  
 
|  
| The vendor's usual selling price.<br />
+
| The vendor's usual selling price.
 
|- valign="top"
 
|- valign="top"
 
| LastReceiptCost
 
| LastReceiptCost
Line 233: Line 233:
 
| null
 
| null
 
|  
 
|  
| The selling price when last purchased.<br />
+
| The selling price when last purchased.
 
|- valign="top"
 
|- valign="top"
 
| LastReceiptDate
 
| LastReceiptDate
Line 239: Line 239:
 
| null
 
| null
 
|  
 
|  
| Date the product was last received by the vendor.<br />
+
| Date the product was last received by the vendor.
 
|- valign="top"
 
|- valign="top"
 
| MinOrderQty
 
| MinOrderQty
Line 245: Line 245:
 
| not null
 
| not null
 
|  
 
|  
| The maximum quantity that should be ordered.<br />
+
| The maximum quantity that should be ordered.
 
|- valign="top"
 
|- valign="top"
 
| MaxOrderQty
 
| MaxOrderQty
Line 251: Line 251:
 
| not null
 
| not null
 
|  
 
|  
| The minimum quantity that should be ordered.<br />
+
| The minimum quantity that should be ordered.
 
|- valign="top"
 
|- valign="top"
 
| OnOrderQty
 
| OnOrderQty
Line 257: Line 257:
 
| null
 
| null
 
|  
 
|  
| The quantity currently on order.<br />
+
| The quantity currently on order.
 
|- valign="top"
 
|- valign="top"
 
| UnitMeasureCode
 
| UnitMeasureCode
Line 263: Line 263:
 
| not null
 
| not null
 
|  
 
|  
| The product's unit of measure.<br />IX_ProductVendor_UnitMeasureCode
+
| The product's unit of measure.IX_ProductVendor_UnitMeasureCode
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 269: Line 269:
 
| 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)